test/unit: Add convenience Makefile

To allow running them easily on *nix without changing directory.
This commit is contained in:
Erik Ekman 2021-01-13 20:57:23 +01:00
parent 35550eeab3
commit d0c214feff

8
test/unit/Makefile Normal file
View 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