Skip to content

Commit 061f69c

Browse files
committed
Test fix still needed
1 parent cd604f0 commit 061f69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make/tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ else
106106
endif
107107

108108
%.hpp-test : %.hpp test/dummy.cpp
109-
$(COMPILE.cpp) $(CXXFLAGS) -O0 -include $^ -o $(DEV_NULL) -Wunused-local-typedefs
109+
$(COMPILE.cpp) $(CXXFLAGS) -O0 -include $^ -S -o $(DEV_NULL) -Wunused-local-typedefs
110110

111111
test/dummy.cpp:
112112
@mkdir -p test

0 commit comments

Comments
 (0)