From 71e7918be3ca5d38794a16a17f6b4f19a24d51fc Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Thu, 2 Aug 2012 12:44:01 +0200 Subject: tests: build sysdb ssh tests conditionally --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 61472b622..e89938eca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,6 @@ endif if HAVE_CHECK non_interactive_check_based_tests = \ sysdb-tests \ - sysdb_ssh-tests\ strtonum-tests \ resolv-tests \ krb5-utils-tests \ @@ -132,6 +131,10 @@ if BUILD_PAC_RESPONDER non_interactive_check_based_tests += pac_responder-tests endif +if BUILD_SSH + non_interactive_check_based_tests += sysdb_ssh-tests +endif + endif check_PROGRAMS = \ -- cgit