Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / compile / Makefile.am
diff --git a/tests/compile/Makefile.am b/tests/compile/Makefile.am
new file mode 100644 (file)
index 0000000..04f4443
--- /dev/null
@@ -0,0 +1,11 @@
+SUBDIRS = \
+       ctf-types \
+       hello \
+       hello-many \
+       same_line_tracepoint \
+       test-app-ctx
+
+if CXX_WORKS
+SUBDIRS += hello.cxx
+endif
+
This page took 0.023407 seconds and 4 git commands to generate.