1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

tests: don't install binary "tests" with autotools

This commit is contained in:
Sébastien Helleu
2014-08-14 19:06:21 +02:00
parent 181e44d126
commit 346fb62cf6
+1 -1
View File
@@ -33,7 +33,7 @@ lib_weechat_unit_tests_a_SOURCES = unit/core/test-eval.cpp \
unit/core/test-utf8.cpp \
unit/core/test-util.cpp
bin_PROGRAMS = tests
noinst_PROGRAMS = tests
# Because of a linker bug, we have to link 2 times with lib_weechat_core.a
# (and it must be 2 different path/names to be kept by linker)