tests: Move tap-driver.sh out of the autotools aux directory
[lttng-ust.git] / tests / Makefile.am
index 1da989f683711cdebc5f13e2212a172ee067ba55..156b8396c5f7d7c90dc35d737247659dfd9fca65 100644 (file)
@@ -1 +1,23 @@
-SUBDIRS = hello hello2 basic basic_long fork
+SUBDIRS = utils unit compile benchmark
+
+LOG_DRIVER_FLAGS='--merge'
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
+       $(srcdir)/utils/tap-driver.sh
+
+TESTS = \
+       unit/gcc-weak-hidden/test_gcc_weak_hidden \
+       unit/pthread_name/test_pthread_name \
+       unit/snprintf/test_snprintf \
+       unit/ust-elf/test_ust_elf
+
+EXTRA_DIST = README
+
+check-loop:
+       while [ 0 ]; do \
+               $(MAKE) $(AM_MAKEFLAGS) check; \
+               if [ "$$?" != "0" ]; then \
+                       break; \
+               fi \
+       done
+
+.PHONY: check-loop
This page took 0.023011 seconds and 4 git commands to generate.