Add unit tests for utils macros
[lttng-ust.git] / tests / Makefile.am
index d3ba1f631fbdbb6b2144b8f40e506dcb3df5b0f5..b2c1c2b51e4cc96105a6b59c5b598640512caee6 100644 (file)
@@ -15,7 +15,13 @@ TESTS = \
        unit/pthread_name/test_pthread_name \
        unit/snprintf/test_snprintf \
        unit/ust-elf/test_ust_elf \
-       unit/ust-error/test_ust_error
+       unit/ust-error/test_ust_error \
+       unit/ust-utils/test_ust_utils
+
+if HAVE_CXX
+TESTS += \
+       unit/ust-utils/test_ust_utils_cxx
+endif
 
 EXTRA_DIST = README
 
This page took 0.023538 seconds and 4 git commands to generate.