Douglas Stebila
|
19ebdd9ab4
|
Test for symbolic links (#42)
Test for symbolic links
|
2019-02-18 11:16:00 -05:00 |
|
Joost Rijneveld
|
2fbd02a076
|
Test for symbolic links
We disallow symbolic links to ensure implementations are standalone
and more portable.
|
2019-02-18 16:49:44 +01:00 |
|
Douglas Stebila
|
d07ce6389d
|
Merge branch 'ds-test-vectors' into ds-make-headers
|
2019-02-18 10:24:10 -05:00 |
|
Douglas Stebila
|
0eb589ba2f
|
Minor tweaks
|
2019-02-18 10:23:08 -05:00 |
|
Douglas Stebila
|
5297954630
|
Add dependency to header files in Makefile
|
2019-02-18 10:19:07 -05:00 |
|
Douglas Stebila
|
ae05ec9eba
|
Merge branch 'master' into ds-test-vectors
|
2019-02-18 10:11:38 -05:00 |
|
Douglas Stebila
|
fde02ce2b1
|
Migrate test vector checks to pythonic testing framework
|
2019-02-18 10:07:01 -05:00 |
|
Joost Rijneveld
|
17fb1be01c
|
Ensure .a-file for scheme is up to date for tests
|
2019-02-18 15:06:46 +01:00 |
|
Douglas Stebila
|
c6dd00c6fa
|
Allow to easily run individual test modules and add instructions to README (#39)
Allow to easily run individual test modules and add instructions to README
|
2019-02-18 08:48:13 -05:00 |
|
Thom Wiggers
|
7168644c40
|
Also support nose2
|
2019-02-18 13:51:01 +01:00 |
|
Thom Wiggers
|
685098ce33
|
Allow to run the test modules as python3 module.py
|
2019-02-18 13:39:11 +01:00 |
|
Thom Wiggers
|
90071bfb97
|
Flake8ify python files
|
2019-02-18 13:04:59 +01:00 |
|
Douglas Stebila
|
d36626caac
|
Move metadata check to Python testing framework
|
2019-02-16 10:07:59 -05:00 |
|
Douglas Stebila
|
ba359473b9
|
Remove old license check and reduce re-building
|
2019-02-14 11:36:24 -05:00 |
|
Douglas Stebila
|
e4c368ee49
|
Implement symbol namespace check using new Python testing framework.
|
2019-02-14 11:29:49 -05:00 |
|
Peter Schwabe
|
9b29d34bf9
|
Merge branch 'reformat-kyber'
Fixed (hopefully) both formatting and astyle config to not break
formatting again
|
2019-02-14 15:32:12 +01:00 |
|
Thom Wiggers
|
3b73ea134d
|
Formatted everything with astyle
clang-format was not flexible enough to allow lining out things on
columns with spaces.
|
2019-02-14 14:08:16 +01:00 |
|
Douglas Stebila
|
72d514a6fe
|
Call nose differently and add test documentation
|
2019-02-13 22:31:37 -05:00 |
|
Douglas Stebila
|
f64a7e0dd4
|
Reimplement Python tests using nose framework
|
2019-02-13 22:25:34 -05:00 |
|
Thom Wiggers
|
27a0eb47eb
|
Fix loading META.yml on Py35
|
2019-02-11 14:48:16 +01:00 |
|
Thom Wiggers
|
fe46514836
|
Include full clangformat config.
Hopefully stabilizes behaviour between versions.
|
2019-02-11 10:05:54 +01:00 |
|
Peter Schwabe
|
69e593427a
|
Removed need for aligned types (which are not portable)
Resolves #22
|
2019-02-11 09:41:32 +01:00 |
|
|
d781d0d6ed
|
enable undefined behaviour sanitizer
|
2019-02-09 01:09:46 +00:00 |
|
Thom Wiggers
|
c2747e6860
|
Further fix the zero return codes for bad kem ops
|
2019-01-29 17:32:30 +01:00 |
|
Thom Wiggers
|
8fe988fe51
|
Check META files (closes #6)
|
2019-01-29 17:25:29 +01:00 |
|
Thom Wiggers
|
37be4a2044
|
Don't fail if decapsulating with wrong keys doesn't return -1
Closes #11
|
2019-01-29 16:05:55 +01:00 |
|
Thom Wiggers
|
31449679bd
|
Partially validate return codes
|
2019-01-23 13:09:18 +01:00 |
|
Thom Wiggers
|
52671df19e
|
don't run the symbol namespace check on OSX
|
2019-01-23 12:42:52 +01:00 |
|
Thom Wiggers
|
07ca665f0b
|
Don't run Valgrind on OSX
It's poorly supported and reports false positives (See also #10)
|
2019-01-23 12:36:35 +01:00 |
|
Thom Wiggers
|
b657d988b4
|
Add success output to check_symbol_namespace
Otherwise Make is vague if it did anything
|
2019-01-23 12:12:08 +01:00 |
|
Joost Rijneveld
|
5d5b6f26a3
|
Ensure Python3.5 compatibility
This means we must downgrade to SHA256, as SHA3 is not in hashlib.
|
2019-01-23 11:27:43 +01:00 |
|
Thom Wiggers
|
d66bef0284
|
Install test dependencies and build on OSX GCC
|
2019-01-22 17:45:30 +01:00 |
|
Joost Rijneveld
|
8228363495
|
Include scheme namespace in tests
|
2019-01-22 17:40:27 +01:00 |
|
Thom Wiggers
|
e9015b4484
|
Add else condition because I was confused
|
2019-01-21 16:05:46 +01:00 |
|
Matthias J. Kannwischer
|
8c68841417
|
refactor testvector check
|
2019-01-18 14:45:14 +01:00 |
|
Matthias J. Kannwischer
|
f7fb850ecf
|
check testvectors
|
2019-01-18 14:43:05 +01:00 |
|
Joost Rijneveld
|
dd445c1513
|
Add Python script to check function namespacing
|
2019-01-18 13:41:07 +01:00 |
|
Joost Rijneveld
|
e61a320aed
|
Move tests to separate directory
|
2019-01-17 17:44:55 +01:00 |
|