From 71e7918be3ca5d38794a16a17f6b4f19a24d51fc Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Aug 03 2012 13:00:49 +0000 Subject: tests: build sysdb ssh tests conditionally --- diff --git a/Makefile.am b/Makefile.am index 61472b6..e89938e 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 = \