2015-10-21 05:01:47 -05:00
|
|
|
check_PROGRAMS = test
|
|
|
|
|
|
|
|
AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|
|
|
|
|
|
|
test_CPPFLAGS = -DTDOC=\"$(top_srcdir)/test/data\"
|
|
|
|
|
|
|
|
test_LDADD = $(CPPUNIT_LIBS)
|
|
|
|
|
2015-10-28 04:34:20 -05:00
|
|
|
test_SOURCES = httpposttest.cpp httpwstest.cpp test.cpp ../LOOLProtocol.cpp
|
2015-10-21 05:01:47 -05:00
|
|
|
|
|
|
|
EXTRA_DIST = data/hello.odt data/hello.txt $(test_SOURCES)
|
|
|
|
|
|
|
|
TESTS = test
|