diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-07-23 18:35:18 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-07-23 18:35:18 +0300 |
commit | f2fc8861fe241683ccc4bf026fbeeefe6ba1e04e (patch) | |
tree | a68a8d8ffa6d47c1ddd923d2dc9efd3777efcb0f /tests/Makefile | |
parent | 09e6cad37d4559f83cd27075f0c7c1524d502321 (diff) | |
download | ngc-master.tar.gz ngc-master.zip |
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 |