diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 04:57:23 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 04:57:23 +0900 |
commit | 5f187770f36e5049f54a3c717e8c71e3c824e5ba (patch) | |
tree | f4da368b64440bb93944f5e0f7858aa26ccd6338 /tests/Makefile.am | |
parent | e0a62cf201e7940e5d1dc350ff201afca49d648d (diff) | |
download | portable-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.am | 5 |
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 | |||
338 | TESTS += verifytest | 338 | TESTS += verifytest |
339 | check_PROGRAMS += verifytest | 339 | check_PROGRAMS += verifytest |
340 | verifytest_SOURCES = verifytest.c | 340 | verifytest_SOURCES = verifytest.c |
341 | |||
342 | # x25519test | ||
343 | TESTS += x25519test | ||
344 | check_PROGRAMS += x25519test | ||
345 | x25519test_SOURCES = x25519test.c | ||