From 003f5de16b43fcb5ef57a4f7f7f9e8dd6b612419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 7 Oct 2017 18:45:02 +0200 Subject: [PATCH] tests: fix compilation of tests with autotools --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 18c42ac35..8b2863162 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,7 +33,8 @@ lib_weechat_unit_tests_a_SOURCES = unit/test-plugins.cpp \ unit/core/test-string.cpp \ unit/core/test-url.cpp \ unit/core/test-utf8.cpp \ - unit/core/test-util.cpp + unit/core/test-util.cpp \ + scripts/test-scripts.cpp noinst_PROGRAMS = tests