tests: make pre/post-condition assertions test use the run-in framework
[babeltrace.git] / tests / lib / conds / Makefile.am
index 7b0b6d3d96bc1b4393194252e2d27ed91135c896..b6afa6c9594040317ae0e0870bc94e52dc23456a 100644 (file)
@@ -2,8 +2,12 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
-conds_triggers_SOURCES = conds-triggers.c utils.c utils.h
+conds_triggers_SOURCES = \
+       conds-triggers.cpp \
+       utils.cpp utils.hpp
+
 conds_triggers_LDADD = \
+       $(top_builddir)/tests/lib/utils/liblib-utils.la \
        $(top_builddir)/src/common/libbabeltrace2-common.la \
        $(top_builddir)/src/logging/libbabeltrace2-logging.la \
        $(top_builddir)/src/lib/libbabeltrace2.la
This page took 0.022877 seconds and 4 git commands to generate.