Tests: add unit tests for so_info
[babeltrace.git] / tests / Makefile.am
index 2e307f42806f3511ea61b58d6bb1e3abd3e51fa3..56e93c115ab213f74943a59059ef30a457c0f7e5 100644 (file)
@@ -1,6 +1,9 @@
 SUBDIRS = utils bin lib
 
-EXTRA_DIST = ctf-traces/** tests
+EXTRA_DIST = $(srcdir)/ctf-traces/** tests
+if ENABLE_DEBUGINFO
+EXTRA_DIST += $(srcdir)/debuginfo-data/** tests_debuginfo
+endif
 
 SCRIPT_LIST = run.sh
 
@@ -22,3 +25,6 @@ clean-local:
 
 check-am:
        ./run.sh $(srcdir)/tests
+if ENABLE_DEBUGINFO
+       ./run.sh $(srcdir)/tests_debuginfo
+endif
This page took 0.023059 seconds and 4 git commands to generate.