Fix Makefile.am issue with test_expand_toks

This commit is contained in:
Nicolas Williams
2012-07-16 18:24:10 -05:00
parent dadcf3beb4
commit 54e6e8d99d

View File

@@ -10,7 +10,6 @@ noinst_PROGRAMS = \
krbhst-test \ krbhst-test \
test_alname \ test_alname \
test_crypto \ test_crypto \
test_expand_toks \
test_forward \ test_forward \
test_get_addrs \ test_get_addrs \
test_gic \ test_gic \
@@ -44,6 +43,7 @@ TESTS = \
test_pkinit_dh2key \ test_pkinit_dh2key \
test_pknistkdf \ test_pknistkdf \
test_time \ test_time \
test_expand_toks \
test_x500 test_x500
check_DATA = test_config_strings.out check_DATA = test_config_strings.out