[Libreoffice-commits] online.git: loolwsd/test

Andras Timar andras.timar at collabora.com
Sun Oct 2 17:04:39 UTC 2016


 loolwsd/test/Makefile.am |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit e1e703c727541625658d34062755f900bb17f905
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun Oct 2 16:01:46 2016 +0200

    loolwsd: do not install 'unittest' binary
    
    (cherry picked from commit 60834bfcec39755eebe73fe6a2d272e3a5ae59aa)

diff --git a/loolwsd/test/Makefile.am b/loolwsd/test/Makefile.am
index 232872c..0dfe9b7 100644
--- a/loolwsd/test/Makefile.am
+++ b/loolwsd/test/Makefile.am
@@ -4,9 +4,7 @@ AUTOMAKE_OPTION = serial-tests
 
 # unittest: tests that do not need loolwsd running, and that are run during a
 # normal build
-bin_PROGRAMS = unittest
-
-# unittest: tests that need loolwsd running, and that are run via 'make check'
+# test: tests that need loolwsd running, and that are run via 'make check'
 check_PROGRAMS = test
 
 noinst_PROGRAMS = test unittest


More information about the Libreoffice-commits mailing list