Added test for makeadf

This commit is contained in:
alpine9000
2016-03-03 17:32:08 +11:00
parent 3f0d6a2568
commit 499f6ee39e
5 changed files with 33 additions and 7 deletions
+17 -2
View File
@@ -20,9 +20,24 @@ clean:
subdirs: $(SUBDIRS)
test:
@echo ""
@echo ""
@echo ""
@echo "Testing tools/makeadf..."
@echo "------------------------"
make -C tools/makeadf test
@echo ""
@echo ""
@echo ""
@echo "Testing tools/imagecon..."
@echo "-------------------------"
make -C tools/imagecon test
@echo ""
@echo ""
@echo ""
$(SUBDIRS):
@echo ""
make -C $@