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:
@@ -6,7 +6,12 @@ INCLUDES += $(INCLUDE_krb4) $(INCLUDE_des) -I../com_err -I$(srcdir)/../com_err
|
|||||||
|
|
||||||
bin_PROGRAMS = verify_krb5_conf
|
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 = \
|
TESTS = \
|
||||||
aes-test \
|
aes-test \
|
||||||
@@ -18,7 +23,6 @@ TESTS = \
|
|||||||
test_cc \
|
test_cc \
|
||||||
test_config \
|
test_config \
|
||||||
test_time \
|
test_time \
|
||||||
test_crypto \
|
|
||||||
name-45-test
|
name-45-test
|
||||||
|
|
||||||
check_PROGRAMS = $(TESTS)
|
check_PROGRAMS = $(TESTS)
|
||||||
|
Reference in New Issue
Block a user