diff options
Diffstat (limited to 'sss_client')
-rw-r--r-- | sss_client/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sss_client/Makefile.am b/sss_client/Makefile.am index a8228ee1d..a83111778 100644 --- a/sss_client/Makefile.am +++ b/sss_client/Makefile.am @@ -65,3 +65,6 @@ install-data-hook: mv $(DESTDIR)/$(nsslibdir)/libnss_sss.so $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 CLEANFILES = *.X + +tests: all $(check_PROGRAMS) + |