add missing tests/basic and tests/fork
[ust.git] / tests / basic / Makefile.am
diff --git a/tests/basic/Makefile.am b/tests/basic/Makefile.am
new file mode 100644 (file)
index 0000000..d949bb4
--- /dev/null
@@ -0,0 +1,9 @@
+INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
+       $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
+
+noinst_PROGRAMS = basic
+basic_SOURCES = basic.c
+basic_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
+
+noinst_SCRIPTS = run
+EXTRA_DIST = run
This page took 0.022905 seconds and 4 git commands to generate.