diff options
author | Brent Cook <bcook@openbsd.org> | 2015-07-21 22:21:14 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-07-21 22:21:14 -0500 |
commit | a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336 (patch) | |
tree | 39fcc3acb9de69b28875d5d9caaaf832a522fa8e /tests/Makefile.am | |
parent | 3614acd62e7dfccbd7c8f928559436775a43a6be (diff) | |
download | portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.tar.gz portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.tar.bz2 portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.zip |
add cmake tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2e3f068..6418b8a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -11,7 +11,7 @@ LDADD += $(top_builddir)/crypto/libcrypto.la | |||
11 | 11 | ||
12 | TESTS = | 12 | TESTS = |
13 | check_PROGRAMS = | 13 | check_PROGRAMS = |
14 | EXTRA_DIST = | 14 | EXTRA_DIST = CMakeFiles.txt |
15 | DISTCLEANFILES = pidwraptest.txt | 15 | DISTCLEANFILES = pidwraptest.txt |
16 | 16 | ||
17 | # aeadtest | 17 | # aeadtest |