[Libreoffice-commits] online.git: loolwsd/test
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon May 2 23:55:14 UTC 2016
loolwsd/test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cf717152a75261ebf53753f2ccd98a20ef5de5eb
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Mon May 2 19:04:16 2016 -0400
loolwsd: bin_PROGRAMS -> noinst_PROGRAMS
Change-Id: Idfcfc9d21edafd094aa7c50b300b298e1ddfe6f5
Reviewed-on: https://gerrit.libreoffice.org/24598
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 2587cec..c36cc2a 100644
--- a/loolwsd/test/Makefile.am
+++ b/loolwsd/test/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTION = serial-tests
check_PROGRAMS = test
-bin_PROGRAMS = test
+noinst_PROGRAMS = test
AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
More information about the Libreoffice-commits
mailing list