3 Commits

Author SHA1 Message Date
Ariel Abreu
7d1d0bfda0
Add tests for AES and digests
This commit also adds test data generation at build time instead of hard coding data. This allows us to have more robust tests that allow us to test lots of different data (instead of having false positives that only work for certain data sets).
2021-01-10 15:33:01 -05:00
Andrew Hyatt
f9c046900c
Run tests in prefix instead 2020-01-14 15:06:37 -05:00
Fabrice
1da2274345 Adding testing support (#3)
* adding a testing "framework", a few tests and fixing some minor bugs

* addressing easy PR comments, adding a .editorconfig to help maintain a consistent coding style, changing the tests indetation to tabs.

* preventing the compiler to optimize cc_clear

* fixing typo

Co-authored-by: Andrew Hyatt <ahyattdev@icloud.com>
2020-01-14 14:14:12 -05:00