Add unit tests for lttng_ust_strerror
[lttng-ust.git] / tests / unit / ust-error / Makefile.am
diff --git a/tests/unit/ust-error/Makefile.am b/tests/unit/ust-error/Makefile.am
new file mode 100644 (file)
index 0000000..549b833
--- /dev/null
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: LGPL-2.1-only
+
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
+
+noinst_PROGRAMS = test_ust_error
+test_ust_error_SOURCES = ust-error.c
+test_ust_error_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/tests/utils/libtap.a
This page took 0.025251 seconds and 4 git commands to generate.