Recent Posts

Etc: Smoke Test (ko)

less than 1 minute read

스모크 테스트는 소프트웨어 응용 프로그램이나 시스템이 안정적인지를 검증하고, 중요한 기능이 제대로 작동하는지를 확인하기 위한 초기 테스트 프로세스입니다. 스모크 테스트는 일반적으로 새로운 빌드나 소프트웨어 버전이 배포된 후에 수행되며, 소프트웨어가 실패하거나 기능이 작동하지 않을 ...

Etc: Smoke Test (en)

less than 1 minute read

A smoke test is an initial testing process conducted on a software application or system to verify that the critical functionalities work as expected and the...

C++) error: unrecognized command line option in GNU

1 minute read

Compiler option은 compiler들 마다 다르다. 동일한 것도 있지만 표준화 되어 있는 것은 아니기에 다른 compiler에서 알 수 없는 option들도 있다. 하나의 코드를 여러개의 compiler로 빌드한다면 옵션들이 뒤죽박죽 섞일 수도 있다.