summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
new file mode 100644
index 0000000..7f4fe83
--- /dev/null
+++ b/Makefile-tests.am
@@ -0,0 +1,9 @@
+include $(top_srcdir)/buildutil/glib-tap.mk
+
+tests_shutil_CPPFLAGS = -I $(srcdir)/src
+tests_shutil_CFLAGS = $(BUILDDEP_GIO_UNIX_CFLAGS)
+tests_shutil_LDADD = $(BUILDDEP_GIO_UNIX_LIBS) libgsystem.la
+
+test_programs = \
+ tests/shutil \
+ $(NULL)