From ee1346749b16e8cf8764a46f7bf22b9632b6a4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Dec 2006 20:25:29 +0000 Subject: [PATCH] Add test_sl as a TEST git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19516 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/sl/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index 59e6efbdb..155173e69 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -22,6 +22,9 @@ libss_la_LIBADD = @LIB_readline@ @LIB_com_err@ libsl_la_SOURCES = sl_locl.h sl.c $(ES) libss_la_SOURCES = $(libsl_la_SOURCES) ss.c ss.h +TESTS = test_sl +check_PROGRAMS = $(TESTS) + # install these? bin_PROGRAMS = mk_cmds