Skip to content

Commit b8217f6

Browse files
committed
Fix dep inclusion
1 parent fa7f73e commit b8217f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

make/tests

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ test/dummy.cpp:
3737
.PHONY: test-headers
3838
test-headers: $(HEADER_TESTS)
3939

40-
ifneq ($(filter test,$(MAKECMDGOALS)),)
40+
ifneq ($(filter test/%,$(MAKECMDGOALS)),)
41+
4142
include src/cmdstan/main.d
4243

4344
TEST_SRCS = $(wildcard src/test/*.cpp)

0 commit comments

Comments
 (0)