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