Makefile tests
This commit is contained in:
parent
cf7c2ff2e8
commit
c46d42e8d0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue