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 b8217f6 commit 323f9d9Copy full SHA for 323f9d9
1 file changed
make/tests
@@ -41,7 +41,7 @@ ifneq ($(filter test/%,$(MAKECMDGOALS)),)
41
42
include src/cmdstan/main.d
43
44
-TEST_SRCS = $(wildcard src/test/*.cpp)
+TEST_SRCS = $(wildcard src/test/interface/*.cpp)
45
TEST_DEPFILES := $(TEST_SRCS:src/test/%.cpp=test/%.d)
46
$(TEST_DEPFILES):
47
include $(wildcard $(TEST_DEPFILES))
0 commit comments