diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-08-09 23:52:15 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-08-09 23:52:15 +0200 |
| commit | bd6f48ebe79c5df764de616bec55dc284eb91210 (patch) | |
| tree | f0c3cd7c92d703401f137b9c804cfbb7f2e113f4 /test/Makefile.am | |
| parent | b2111416237bbcb697146be58551030ea21f8339 (diff) | |
Break out tpp load and save methods
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 5248547..16dd3eb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in AM_CXXFLAGS = @DEFINES@ -I$(top_srcdir)/src TESTS = test-url test-http test-args test-xdg test-paths test-strings \ - test-observers test-htmlattrtext test-package test-utf + test-observers test-htmlattrtext test-package test-utf test-packages check_PROGRAMS = $(TESTS) @@ -35,3 +35,6 @@ test_package_LDADD = $(top_builddir)/src/libtp.a test_utf_SOURCES = test-utf.cc test.hh test_utf_LDADD = $(top_builddir)/src/libtp.a + +test_packages_SOURCES = test-packages.cc test.hh +test_packages_LDADD = $(top_builddir)/src/libtp.a |
