Updated Branches: refs/heads/master d1136f6f0 -> 39af1908a
Move esi test files to the test library Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/39af1908 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/39af1908 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/39af1908 Branch: refs/heads/master Commit: 39af1908a0562a432a37e3885e0fd845985c5480 Parents: 9b85ecc Author: James Peach <[email protected]> Authored: Mon May 6 20:40:15 2013 -0700 Committer: James Peach <[email protected]> Committed: Mon May 6 20:41:05 2013 -0700 ---------------------------------------------------------------------- plugins/experimental/esi/Makefile.am | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/39af1908/plugins/experimental/esi/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/esi/Makefile.am b/plugins/experimental/esi/Makefile.am index 53fbd18..82a3164 100644 --- a/plugins/experimental/esi/Makefile.am +++ b/plugins/experimental/esi/Makefile.am @@ -45,6 +45,8 @@ libesicore_la_SOURCES = \ libtest_la_SOURCES = \ $(libesicore_la_SOURCES) \ test/print_funcs.cc \ + test/HandlerMap.cc \ + test/StubIncludeHandler.cc \ test/TestHandlerManager.cc esi_la_SOURCES = \ @@ -70,10 +72,7 @@ parser_test_SOURCES = test/parser_test.cc parser_test_LDADD = libtest.la -lz -processor_test_SOURCES = \ - test/processor_test.cc \ - test/HandlerMap.cc \ - test/StubIncludeHandler.cc +processor_test_SOURCES = test/processor_test.cc processor_test_LDADD = libtest.la -lz
