diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 0e0e3c4..fba635a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,3 +30,5 @@ alltests: echo "CC ---> vcimm" $(CC) $(CFLAGS_ALLTESTS) validate_plus_continue_tests.c ../i_validation.c -o vpct echo "CC ---> vpct" + $(CC) $(CFLAGS_ALLTESTS) validate_imm_numbers.c ../i_validation.c -o vimmn + echo "CC ---> vimmn" |