From: Mike Frysinger Date: Sun, 2 Jun 2013 15:47:35 +0000 (+0000) Subject: move test helpers to check X-Git-Tag: v2.9.1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e3184e56f6bc32c4229f3216a8d88784fd591ee;p=cracklib move test helpers to check this way a default `make` does not build these (as almost no one will be running them). for the few people who do, you can run `make check` to generate the binaries instead. git-svn-id: file:///tmp/cracklib-svn/trunk@223 4175fe1e-86d5-4fdc-8e6a-506fab9d8533 --- diff --git a/cracklib/util/Makefile.am b/cracklib/util/Makefile.am index 552bef5..f2825bf 100644 --- a/cracklib/util/Makefile.am +++ b/cracklib/util/Makefile.am @@ -1,6 +1,6 @@ sbin_PROGRAMS = cracklib-packer cracklib-unpacker cracklib-check -noinst_PROGRAMS = testlib testnum teststr +check_PROGRAMS = testlib testnum teststr dist_sbin_SCRIPTS = create-cracklib-dict cracklib-format