diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-01-09 08:33:48 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-09 08:59:09 +0100 |
commit | d10bbef7499c0d19791fab85e83b7e44d8da01b1 (patch) | |
tree | a3ea40a9d34448cff288912b33d76f59770ead4b /test/Makefile.am | |
parent | 0cfd90d82922c772ac25d87363e10208ea111af6 (diff) |
Convert the WS error tests to a new-style one
So that they are in-process, which means it's easier to debug when they fail.
Change-Id: Icb3d7a7d0ffa7371eb3056b5de7144137c0acb8a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86463
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6789e3d63..a1b6528e1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -36,6 +36,7 @@ noinst_LTLIBRARIES = \ unit-calc.la \ unit-insert-delete.la \ unit-close.la \ + unit-bad-doc-load.la \ unit-wopi-loadencoded.la unit-wopi-temp.la MAGIC_TO_FORCE_SHLIB_CREATION = -rpath /dummy @@ -85,8 +86,7 @@ test_all_source = \ TileCacheTests.cpp \ integration-http-server.cpp \ httpwstest.cpp \ - httpcrashtest.cpp \ - httpwserror.cpp + httpcrashtest.cpp unittest_CPPFLAGS = -I$(top_srcdir) -DBUILDING_TESTS unittest_SOURCES = $(test_base_source) test.cpp @@ -167,6 +167,8 @@ unit_insert_delete_la_SOURCES = UnitInsertDelete.cpp unit_insert_delete_la_LIBADD = $(CPPUNIT_LIBS) unit_close_la_SOURCES = UnitClose.cpp unit_close_la_LIBADD = $(CPPUNIT_LIBS) +unit_bad_doc_load_la_SOURCES = UnitBadDocLoad.cpp +unit_bad_doc_load_la_LIBADD = $(CPPUNIT_LIBS) if HAVE_LO_PATH SYSTEM_STAMP = @SYSTEMPLATE_PATH@/system_stamp @@ -201,6 +203,7 @@ TESTS = unit-copy-paste.la unit-typing.la unit-convert.la unit-prefork.la unit-t unit-calc.la \ unit-insert-delete.la \ unit-close.la \ + unit-bad-doc-load.la \ unit-wopi-loadencoded.la unit-wopi-temp.la # TESTS = unit-client.la # TESTS += unit-admin.la |