Convenience Makefile for running tests inside tests dir.
Simply call up to parent directory where all the real rules are specified. Signed-off-by: Emil Sit <sit@emilsit.net>
This commit is contained in:
2
tests/Makefile
Normal file
2
tests/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
test:
|
||||
$(MAKE) -C .. test
|
||||
Reference in New Issue
Block a user