tests/lib: create component classes using C++ bindings in `utils/run-in.cpp`
[babeltrace.git] / tests / lib / Makefile.am
index 3eed8c8c2b1bfe23805bfe051cbde888f74182b3..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)
This page took 0.024044 seconds and 4 git commands to generate.