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 bcc91d3..1041e61 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,7 @@ all: $(MAKE) -C xok + $(MAKE) -C xfail clean: $(MAKE) -C xok clean + $(MAKE) -C xfail clean |