Skip to content

Commit

Permalink
Makefile update
Browse files Browse the repository at this point in the history
:
  • Loading branch information
jakedcolbert committed Apr 18, 2022
1 parent 23ca3b9 commit e8066d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ project5: project5.cc province.cc province.h

# test the code against an expected output file
# this test should grow into a spaceship and end with blinkers
test-requirement1:
test-requirement1: project5
./project5 < test-data/requirement1.in > test-data/project4.out
diff test-data/project4.out test-data/requirement1.out

0 comments on commit e8066d7

Please sign in to comment.