Signed-off-by: Alon Bar-Lev <[email protected]>
---
Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 26b80f3..f96eb45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,16 +57,17 @@ SUBDIRS = \
service-win32 \
install-win32
-TESTS = t_client.sh t_lpback.sh t_cltsrv.sh
+test_scripts = t_client.sh t_lpback.sh t_cltsrv.sh
+#TESTS = $(test_scripts)
sbin_PROGRAMS = openvpn
dist_doc_DATA = \
management/management-notes.txt
dist_noinst_SCRIPTS = \
- $(TESTS) \
doclean \
domake-win \
+ $(test_scripts) \
t_cltsrv-down.sh \
configure_h.awk configure_log.awk
--
1.7.3.4