Tests: add unit tests for bt_dwarf
[babeltrace.git] / tests / Makefile.am
index 507b1ba449807b904cfb5f6979893a939c8f3167..56e93c115ab213f74943a59059ef30a457c0f7e5 100644 (file)
@@ -1,6 +1,9 @@
 SUBDIRS = utils bin lib
 
 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.02259 seconds and 4 git commands to generate.