[Libreoffice-commits] online.git: loolwsd/test
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Sun May 1 17:18:09 UTC 2016
loolwsd/test/Makefile.am | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b916543eefd2927ef1ca995fb1699dd9ba54bbc3
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun May 1 11:57:43 2016 -0400
loolwsd: tests can be built with running using 'make'
Indeed, tests are built when invoking make in loolwsd
directory, thereby helping catch build errors in test
before committing.
Change-Id: I34cffcb5d0aed6485e578cf20f64217bee337d23
Reviewed-on: https://gerrit.libreoffice.org/24573
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/loolwsd/test/Makefile.am b/loolwsd/test/Makefile.am
index 90d2c5f..d46d336 100644
--- a/loolwsd/test/Makefile.am
+++ b/loolwsd/test/Makefile.am
@@ -1,6 +1,7 @@
AUTOMAKE_OPTION = serial-tests
check_PROGRAMS = test
+bin_PROGRAMS = test
AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
More information about the Libreoffice-commits
mailing list