diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-10-02 16:01:46 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-10-02 16:03:05 +0200 |
commit | 60834bfcec39755eebe73fe6a2d272e3a5ae59aa (patch) | |
tree | da6c425648336337e38d8b0430f29b4f167a73e3 | |
parent | 48c5b552df5a00cc46a1c2663de4f941313ce6af (diff) |
loolwsd: do not install 'unittest' binary1.9.3
-rw-r--r-- | loolwsd/test/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/loolwsd/test/Makefile.am b/loolwsd/test/Makefile.am index 232872cb5..0dfe9b775 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 |