libreoffice-online/loolwsd/test/Makefile.am
Miklos Vajna 3d613a443f loolwsd: add paste testcase
Fails with commit cc24463f08 (loolwsd:
wrap lok::Document::paste(), 2015-10-27) reverted.
2015-10-28 10:42:29 +01:00

13 lines
288 B
Makefile

check_PROGRAMS = test
AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
test_CPPFLAGS = -DTDOC=\"$(top_srcdir)/test/data\"
test_LDADD = $(CPPUNIT_LIBS)
test_SOURCES = httpposttest.cpp httpwstest.cpp test.cpp ../LOOLProtocol.cpp
EXTRA_DIST = data/hello.odt data/hello.txt $(test_SOURCES)
TESTS = test