Skip to content

Commit

Permalink
Merge branch 'main' into optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedcolbert authored May 4, 2022
2 parents 64c4571 + 854941c commit 35e24f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# cps222-2022-p5-opokunyarko-colbert

### Attempted & Status

- Requirement 1 : Read and print data
Expand All @@ -23,4 +24,4 @@ articulationPoints() method implemented to find points of the graph at which the

### Makefile & Testing

A `make test-all` target has been implemented to return "Passed!" if no errors are caught when running other tests. On run, "--- <test name> ---" will be displayed to indicate which test was running upon crash. Any test error will likely result from differences in the project5.out file and the respective test.out file. View test.diff to see their differences.
A `make test-all` target has been implemented to return "Passed!" if no errors are caught when running other tests. On run, "--- <test name> ---" will be displayed to indicate which test was running upon crash. Any test error will likely result from differences in the project5.out file and the respective test.out file. View test.diff to see their differences.

0 comments on commit 35e24f5

Please sign in to comment.