move test_crypto to noinst_PROGRAMS

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13166 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-12-01 17:33:47 +00:00
parent 3676f25630
commit 6d4640ff58

View File

@@ -6,7 +6,12 @@ INCLUDES += $(INCLUDE_krb4) $(INCLUDE_des) -I../com_err -I$(srcdir)/../com_err
bin_PROGRAMS = verify_krb5_conf
noinst_PROGRAMS = dump_config test_get_addrs krbhst-test test_alname
noinst_PROGRAMS = \
dump_config \
test_get_addrs \
krbhst-test \
test_alname \
test_crypto
TESTS = \
aes-test \
@@ -18,7 +23,6 @@ TESTS = \
test_cc \
test_config \
test_time \
test_crypto \
name-45-test
check_PROGRAMS = $(TESTS)