-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jakedcolbert
committed
Apr 15, 2022
1 parent
a834494
commit 25ac75a
Showing
5 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Author: Elijah Opoku-Nyarko and Jake Colbert | ||
|
||
# default target | ||
all: project4 | ||
all: project5 | ||
|
||
# compile the code into an executable called 'project1' using C++ 2011 | ||
project4: project4.cc | ||
g++ -std=c++11 -o project4 project4.cc | ||
project5: project5.cc province.h | ||
g++ -std=c++11 -o project5 project5.cc | ||
|
||
# test the code against an expected output file | ||
# this test should grow into a spaceship and end with blinkers | ||
test-nowhere: | ||
./project4 < test-files/t01-nowhere.in > tests/project4.out | ||
./project5 < test-files/t01-nowhere.in > tests/project4.out | ||
diff test-files/project4.out test-files/t01-nowhere.out > test.diff | ||
wc -l test.diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters