diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index f34fb0d..cc92441 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,7 @@ PROGRAM_EXEC=../src/$(PROGRAM_NAME) +.PHONY: all + all: for t in [0-9]*.sh ; do \ echo $$t; \ |
