summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 7f4fe83..f4ead89 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -4,6 +4,11 @@ tests_shutil_CPPFLAGS = -I $(srcdir)/src
tests_shutil_CFLAGS = $(BUILDDEP_GIO_UNIX_CFLAGS)
tests_shutil_LDADD = $(BUILDDEP_GIO_UNIX_LIBS) libgsystem.la
+tests_localalloc_CPPFLAGS = -I $(srcdir)/src
+tests_localalloc_CFLAGS = $(BUILDDEP_GIO_UNIX_CFLAGS)
+tests_localalloc_LDADD = $(BUILDDEP_GIO_UNIX_LIBS) libgsystem.la
+
test_programs = \
tests/shutil \
+ tests/localalloc \
$(NULL)