csci4061/p2-code/add-to-makefile.txt

11 lines
310 B
Text
Raw Permalink Normal View History

2018-01-29 23:28:37 +00:00
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}