diff --git a/src/build/build_options.c b/src/build/build_options.c index de477c3ed..4a4274b11 100644 --- a/src/build/build_options.c +++ b/src/build/build_options.c @@ -72,6 +72,7 @@ static void usage(void) OUTPUT(" clean-run [] Clean, then run the target."); OUTPUT(" compile-run [ ...] Compile files then immediately run the result."); OUTPUT(" compile-only [ ...] Compile files but do not perform linking."); + OUTPUT(" compile-test [ ...] Compile files into an executable and run unit tests."); OUTPUT(" static-lib [ ...] Compile files without a project into a static library."); OUTPUT(" dynamic-lib [ ...] Compile files without a project into a dynamic library."); OUTPUT(" headers [ ...] Analyse files and generate C headers for public methods.");