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 cb5131a commit 59aed0dCopy full SHA for 59aed0d
test/Makefile.am
@@ -1,4 +1,8 @@
1
2
+AM_CFLAGS = $(TEST_CFLAGS) -I../src
3
+AM_CXXFLAGS = $(AM_CFLAGS)
4
+LDADD = $(top_builddir)/src/libcalgtest.a libtestframework.a
5
+
6
if USE_VALGRIND
7
TESTS_ENVIRONMENT=./valgrind-wrapper
8
endif
@@ -27,11 +31,7 @@ libtestframework_a_SOURCES=\
27
31
alloc-testing.c alloc-testing.h \
28
32
framework.c framework.h
29
33
30
-AM_CFLAGS = $(TEST_CFLAGS) -I../src
-LDADD = $(top_builddir)/src/libcalgtest.a libtestframework.a
34
+test_cpp_SOURCES = test-cpp.cpp
35
36
EXTRA_DIST=valgrind-wrapper
37
-test-cpp: test-cpp.cpp
- $(CXX) $(AM_CFLAGS) $^ -o $@ $(LDADD)
-
0 commit comments