tests/lib: create component classes using C++ bindings in `utils/run-in.cpp`
[babeltrace.git] / tests / lib / Makefile.am
index 3f3273b384cee9e35d41aa430ff722b19c97fbc0..edb150d76d8316640b0bc2cb98cbc71a0fdd7867 100644 (file)
@@ -17,7 +17,8 @@ test_bt_values_LDADD = $(COMMON_TEST_LDADD) \
 
 test_fields_bin_SOURCES = test-fields-bin.cpp
 test_fields_bin_LDADD = $(COMMON_TEST_LDADD) \
-       $(top_builddir)/src/lib/libbabeltrace2.la
+       $(top_builddir)/src/lib/libbabeltrace2.la \
+       $(top_builddir)/src/cpp-common/vendor/fmt/libfmt.la
 
 test_bt_uuid_SOURCES = test-bt-uuid.c
 test_bt_uuid_LDADD = $(COMMON_TEST_LDADD)
@@ -128,7 +129,8 @@ conds_conds_triggers_SOURCES = \
 
 conds_conds_triggers_LDADD = \
        $(COMMON_TEST_LDADD) \
-       $(top_builddir)/src/lib/libbabeltrace2.la
+       $(top_builddir)/src/lib/libbabeltrace2.la \
+       $(top_builddir)/src/cpp-common/vendor/fmt/libfmt.la
 
 dist_check_SCRIPTS += conds/test-conds.sh conds/test.py
 
This page took 0.023982 seconds and 4 git commands to generate.