Added test target.

This commit is contained in:
Oliver Schmidt 2020-07-22 23:27:04 +02:00
parent ffaae965d4
commit 5df2de0629
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples test
.SUFFIXES:
@ -20,6 +20,9 @@ doc html info:
samples:
@$(MAKE) -C samples --no-print-directory $@
test:
@$(MAKE) -C test --no-print-directory $@
%65:
@$(MAKE) -C src --no-print-directory $@