Run more tests with sample DLLs.

This commit is contained in:
Joachim Bauch
2015-03-01 01:04:17 +01:00
parent 36574a5638
commit 2da44d00e9
9 changed files with 253 additions and 2 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
SUBDIRS = example
SUBDIRS = example tests
.PHONY: subdirs $(SUBDIRS)
@@ -13,5 +13,8 @@ clean: $(CLEANDIRS)
$(CLEANDIRS):
$(MAKE) -C $(@:clean-%=%) clean
test:
$(MAKE) -C tests test
.PHONY: subdirs $(INSTALLDIRS)
.PHONY: clean
.PHONY: clean test