summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gmail.com>2013-06-02 15:47:35 +0000
committerMike Frysinger <vapier@gmail.com>2013-06-02 15:47:35 +0000
commit4e3184e56f6bc32c4229f3216a8d88784fd591ee (patch)
treee508479d348aa848a40983d2bc2e343d66c32b43
parent545fffff9e48e613aa45bd5c7a9e91efb3011962 (diff)
downloadcracklib-4e3184e56f6bc32c4229f3216a8d88784fd591ee.tar.gz
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
-rw-r--r--cracklib/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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