]> eyrie.org Git - kerberos/wallet.git/commitdiff
Remove the Makefile mentions of the strlcpy and strlcat tests
authorRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:39:02 +0000 (14:39 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:39:02 +0000 (14:39 -0800)
Makefile.am

index 214bb84cc3939ab3167a9d3dfa38812b74961c6e..15ad04254d2a82e9cdd6e2fca77458d280ee5e1d 100644 (file)
@@ -265,8 +265,7 @@ distclean-local:
 # The bits below are for the test suite, not for the main package.
 check_PROGRAMS = tests/runtests tests/portable/asprintf-t      \
        tests/portable/mkstemp-t tests/portable/setenv-t        \
-       tests/portable/snprintf-t tests/portable/strlcat-t      \
-       tests/portable/strlcpy-t tests/util/messages-krb5-t     \
+       tests/portable/snprintf-t tests/util/messages-krb5-t    \
        tests/util/messages-t tests/util/xmalloc
 tests_runtests_CPPFLAGS = -DSOURCE='"$(abs_top_srcdir)/tests"' \
        -DBUILD='"$(abs_top_builddir)/tests"'