diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-08-02 12:44:01 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-03 15:00:49 +0200 |
commit | 71e7918be3ca5d38794a16a17f6b4f19a24d51fc (patch) | |
tree | 8a943a3e1b5d1aeb628f6ddb97d3e948c7a5aefc /Makefile.am | |
parent | c0d9babd59c81c12ca182ab3a72176d4fae494a4 (diff) | |
download | sssd-71e7918be3ca5d38794a16a17f6b4f19a24d51fc.tar.gz sssd-71e7918be3ca5d38794a16a17f6b4f19a24d51fc.tar.bz2 sssd-71e7918be3ca5d38794a16a17f6b4f19a24d51fc.zip |
tests: build sysdb ssh tests conditionally
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 61472b62..e89938ec 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 = \ |