Skip to content

Commit abbbc33

Browse files
committed
fix make test in tests/
1 parent 85a564c commit abbbc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ $(BINDIRS):
203203
.PHONY: test
204204
test: $(UNITTESTSBIN)
205205
make ctestrunner
206-
$(DISABLE_ASLR) --output-on-failure $(if $(FILTER), -R $(FILTER))
206+
$(DISABLE_ASLR) ctest --output-on-failure $(if $(FILTER), -R $(FILTER))
207207

208208
.PHONY: ctestrunner
209209
ctestrunner: $(UNITTESTSBIN)

0 commit comments

Comments
 (0)