diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9d328184..63d81a8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,8 +122,12 @@ if HAVE_CHECK util-tests \ debug-tests \ ipa_hbac-tests \ - sss_idmap-tests \ - pac_responder-tests + sss_idmap-tests + +if BUILD_PAC_RESPONDER + non_interactive_check_based_tests += pac_responder-tests +endif + endif check_PROGRAMS = \ |