csci4061/p2-code/add-to-makefile.txt
Michael Zhang 041f660ccd
f
2018-01-29 17:28:37 -06:00

10 lines
310 B
Text

Add the below lines to your Makefile and run with
> make
> make shell-tests
make shell-tests : shell_tests.sh shell_tests_data.sh clean-tests
chmod u+rx shell_tests.sh shell_tests_data.sh normalize.awk filter-semopen-bug.awk
./shell_tests.sh
clean-tests :
rm -f test-*.{log,out,expect,diff,valgrindout}