Skip to content
Snippets Groups Projects
Commit d4e62775 authored by Adrien Béraud's avatar Adrien Béraud Committed by Guillaume Roguez
Browse files

tests: remove CCRTP build flags

Refs #63906
Refs #64322

Change-Id: I6c0a03216a818c08ef03e85cf629d8dcb66f020c
parent 83e0330b
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ TESTS = run_tests.sh ...@@ -8,7 +8,7 @@ TESTS = run_tests.sh
test_CXXFLAGS = -DWORKSPACE=\"$(top_srcdir)/test/\" @PTHREAD_CFLAGS@ test_CXXFLAGS = -DWORKSPACE=\"$(top_srcdir)/test/\" @PTHREAD_CFLAGS@
test_LDADD = $(top_builddir)/src/libring.la \ test_LDADD = $(top_builddir)/src/libring.la \
$(top_builddir)/src/libring_la-logger.lo \ $(top_builddir)/src/libring_la-logger.lo \
@CPPUNIT_LIBS@ @YAMLCPP_LIBS@ @CCRTP_LIBS@ @PJPROJECT_LIBS@ @CPPUNIT_LIBS@ @YAMLCPP_LIBS@ @PJPROJECT_LIBS@
if BUILD_INSTANT_MESSAGING if BUILD_INSTANT_MESSAGING
test_LDADD += @EXPAT_LIBS@ test_LDADD += @EXPAT_LIBS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment