From cb17c3035bbd80bd8ea6718bae4c57cfb2555653 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 15 Jun 2017 23:20:00 +0200 Subject: Initial monitor GUI Basic monitor functionality, GTK-3.0 and QT5 backends --- 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 4daf511..b5d2cee 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in AM_CXXFLAGS = @DEFINES@ TESTS = test-url test-http test-args test-xdg test-paths test-strings \ - test-observers + test-observers test-htmlattrtext check_PROGRAMS = $(TESTS) @@ -26,3 +26,6 @@ test_paths_SOURCES = test-paths.cc test_paths_LDADD = $(top_builddir)/src/libtp.a test_observers_SOURCES = test-observers.cc + +test_htmlattrtext_SOURCES = test-htmlattrtext.cc +test_htmlattrtext_LDADD = $(top_builddir)/src/libattrstr.a -- cgit v1.2.3-70-g09d2