aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2016-11-06 04:57:23 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-11-06 04:57:23 +0900
commit5f187770f36e5049f54a3c717e8c71e3c824e5ba (patch)
treef4da368b64440bb93944f5e0f7858aa26ccd6338 /tests/Makefile.am
parente0a62cf201e7940e5d1dc350ff201afca49d648d (diff)
downloadportable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.gz
portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.bz2
portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.zip
Add curve25519 to portable
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5c575a8..4309fcb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -338,3 +338,8 @@ utf8test_SOURCES = utf8test.c
338TESTS += verifytest 338TESTS += verifytest
339check_PROGRAMS += verifytest 339check_PROGRAMS += verifytest
340verifytest_SOURCES = verifytest.c 340verifytest_SOURCES = verifytest.c
341
342# x25519test
343TESTS += x25519test
344check_PROGRAMS += x25519test
345x25519test_SOURCES = x25519test.c