We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7f73e commit b8217f6Copy full SHA for b8217f6
1 file changed
make/tests
@@ -37,7 +37,8 @@ test/dummy.cpp:
37
.PHONY: test-headers
38
test-headers: $(HEADER_TESTS)
39
40
-ifneq ($(filter test,$(MAKECMDGOALS)),)
+ifneq ($(filter test/%,$(MAKECMDGOALS)),)
41
+
42
include src/cmdstan/main.d
43
44
TEST_SRCS = $(wildcard src/test/*.cpp)
0 commit comments