test/unit: Add convenience Makefile
To allow running them easily on *nix without changing directory.
This commit is contained in:
8
test/unit/Makefile
Normal file
8
test/unit/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Shortcuts to building and running tests on unix platforms.
|
||||
# Output files will be written to the directory listed below.
|
||||
|
||||
all:
|
||||
cd ../../contrib/ports/unix/check/ && $(MAKE)
|
||||
|
||||
check:
|
||||
cd ../../contrib/ports/unix/check/ && $(MAKE) check
|
||||
Reference in New Issue
Block a user