diff options
author | Brent Cook <bcook@openbsd.org> | 2015-07-22 11:40:16 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-07-22 11:40:16 -0500 |
commit | dd0704b17684691ca80d721b4a4675394552c6e0 (patch) | |
tree | 9ba6d85c4a3ea1b774877ea2cf82921c375c0341 /tests/Makefile.am | |
parent | a9b16c2d66de5e4cda13c51b9a0c50964850a87c (diff) | |
download | portable-dd0704b17684691ca80d721b4a4675394552c6e0.tar.gz portable-dd0704b17684691ca80d721b4a4675394552c6e0.tar.bz2 portable-dd0704b17684691ca80d721b4a4675394552c6e0.zip |
s/CMakeFiles/CMakeLists/, start porting test scripts
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 6418b8a..cd7c59e 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 = CMakeFiles.txt | 14 | EXTRA_DIST = CMakeLists.txt |
15 | DISTCLEANFILES = pidwraptest.txt | 15 | DISTCLEANFILES = pidwraptest.txt |
16 | 16 | ||
17 | # aeadtest | 17 | # aeadtest |