We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2dae1 commit 60be717Copy full SHA for 60be717
tests/Makefile
@@ -16,6 +16,7 @@ Test: Hdr
16
$(MAKE) -C $$dir; \
17
done
18
@$(MAKE) -s Summary
19
+ @$(MAKE) -C ulsp Test
20
21
all: Hdr
22
@for dir in $(TESTS); do \
@@ -80,6 +81,7 @@ distclean:
80
81
-cd pattern && $(MAKE) distclean
82
-cd thread && $(MAKE) distclean
83
-cd coexpr && $(MAKE) distclean
84
+ -cd ulsp && $(MAKE) distclean
85
-rm -f posix/x.icn
86
-rm -f posix/1
87
@@ -97,3 +99,4 @@ clean Clean Pure:
97
99
-cd pattern && $(MAKE) Clean
98
100
-cd thread && $(MAKE) Clean
101
-cd coexpr && $(MAKE) Clean
102
+ -cd ulsp && $(MAKE) Clean
0 commit comments