From b00bafae3f1b123d2108454ae5da4c703c91661c Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 28 May 2017 23:33:59 +0200 Subject: Add Observers, useful class for notifying listeners --- test/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') 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 -- cgit v1.2.3-70-g09d2