mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
Added test for makeadf
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user