Skip to content

Commit e1ade66

Browse files
authored
Fix test run by removing multiple moc_* leftovers
1 parent c11024b commit e1ade66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tests:
88
cd $(subdir) && $(QMAKE); \
99
$(MAKE) -j$(shell nproc) all || exit 1; \
1010
./test_$(subdir) || exit 1; \
11+
$(MAKE) --ignore-errors distclean; \
1112
cd .. ; \
1213
)
1314

0 commit comments

Comments
 (0)