diff options
Diffstat (limited to 'loolwsd/test/Makefile.am')
-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 |