Add missing test files to make dist
[babeltrace.git] / tests / Makefile.am
index 816fa6600c82dac5e6bcd5340fd5c5e2914a7e19..a485e27cf0ab0b7f5fec44292b47467b45255822 100644 (file)
@@ -1,8 +1,8 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+SUBDIRS = utils bin lib
 
-SUBDIRS = lib
+EXTRA_DIST = ctf-traces/** tests
 
-EXTRA_DIST = runall.sh ctf-traces/**
+dist_noinst_SCRIPTS = run.sh
 
 check-am:
-       ./runall.sh
+       ./run.sh tests
This page took 0.024824 seconds and 4 git commands to generate.