diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-28 22:01:04 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-28 22:01:30 +0200 |
| commit | 0898066430e0f2908565a1b4588e50de2d41a256 (patch) | |
| tree | 14cdd602923c0989856faaeaf33352c24c80f440 /test/Makefile.am | |
| parent | 6bdda0ebabcd8dc34edfc413de6d0424ccf1f6e6 (diff) | |
Break out Package read/write
Diffstat (limited to 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b5d2cee..5264665 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-htmlattrtext + test-observers test-htmlattrtext test-package check_PROGRAMS = $(TESTS) @@ -29,3 +29,6 @@ test_observers_SOURCES = test-observers.cc test_htmlattrtext_SOURCES = test-htmlattrtext.cc test_htmlattrtext_LDADD = $(top_builddir)/src/libattrstr.a + +test_package_SOURCES = test-package.cc +test_package_LDADD = $(top_builddir)/src/libtp.a |
