Makefile tests

This commit is contained in:
Timo Schmidt 2023-04-01 15:06:37 +02:00
parent cf7c2ff2e8
commit c46d42e8d0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ SUCCESS=&& $(SUCCESS_MSG) || $(FAIL_MSG)
FAIL=&& $(FAIL_MSG) || $(SUCCESS_MSG)
run:
@clear
./$(NAME) $(FAIL)
./$(NAME) $(SUCCESS)
./$(NAME) 1 $(SUCCESS)
./$(NAME) "./dicts/numbers.dict" 1 $(SUCCESS)
./$(NAME) 1 "./dicts/numbers.dict" $(FAIL)