forked from open-education-hub/operating-systems
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assigments/parallel-firewall: Add resilience to compilation failures
Make checker look out for the binary to run because if the compiation failed, there won't be any. Also, use `$(MAKE)` instead of plain `make` from inside the `tests/Makefile` as that is the intended way to do it. Also 2, removing `-i` from the makefile invocation make the inner makefile fail after the first error, and adding `-` makes it not stop the outter makefile rule (i.e. also run the checker) Signed-off-by: Anton-Fabian Patras <[email protected]>
- Loading branch information
1 parent
de8a8e1
commit 0ee7ed7
Showing
2 changed files
with
7 additions
and
3 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
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