Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add the forgotten Makefile for tests
Baptiste Daroussin committed 13 years ago
commit e4e6b8e901a1b16830bcbd8540d0f71ff431a6ad
parent af94c44
1 file changed +9 -0
added tests/Makefile
@@ -0,0 +1,9 @@
+
SUBDIR=	lib \
+
	frontend
+

+
.include <bsd.subdir.mk>
+

+
run:
+
.for dir in ${SUBDIR}
+
	cd ${.CURDIR}/${dir} && ${MAKE} run
+
.endfor