diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2002-10-14 20:46:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2002-10-14 20:46:47 +0000 |
commit | b5edb3c0a92674b27a95f7968e18bb51150c52f6 (patch) | |
tree | b42c065dd9ed371f2b2b72f47062b0619c126712 /test/Makefile.am | |
parent | 342bdf14bfe6340a8fcf6b6a412685a94ad843b5 (diff) |
Move testing programs from tools directory into the test directory
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 00000000..dc84f46f --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,5 @@ +# +# $Id$ +# + +noinst_PROGRAMS = l2test scotest rctest attest |