summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c23bd9f..4daf511 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,7 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
AM_CXXFLAGS = @DEFINES@
-TESTS = test-url test-http test-args test-xdg test-paths test-strings
+TESTS = test-url test-http test-args test-xdg test-paths test-strings \
+ test-observers
check_PROGRAMS = $(TESTS)
@@ -23,3 +24,5 @@ test_strings_LDADD = $(top_builddir)/src/libtp.a
test_paths_SOURCES = test-paths.cc
test_paths_LDADD = $(top_builddir)/src/libtp.a
+
+test_observers_SOURCES = test-observers.cc