We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11024b commit e1ade66Copy full SHA for e1ade66
1 file changed
test/Makefile
@@ -8,6 +8,7 @@ tests:
8
cd $(subdir) && $(QMAKE); \
9
$(MAKE) -j$(shell nproc) all || exit 1; \
10
./test_$(subdir) || exit 1; \
11
+ $(MAKE) --ignore-errors distclean; \
12
cd .. ; \
13
)
14
0 commit comments