diff options
author | Oskar <> | 2024-03-22 20:42:39 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 20:42:39 +0100 |
commit | 3e4dfc0b86977481bf39a0b95a15f8335ff496c1 (patch) | |
tree | ee7500a8eb60c10a65b228e4da0d54f012c6b903 /test/Makefile | |
parent | 47398354c28a5eb1d9e0fa11b4f08bdd48991e9e (diff) |
vimmn prepared forgot to make a branch :(
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" |