From 7f211fb4f43fa706632b5864ae7d7fed22f17b51 Mon Sep 17 00:00:00 2001 From: Kevin Layer Date: Thu, 26 Jul 2018 09:58:44 -0700 Subject: Testing improvements Add a new `test' rule that tests all three combinations (128, 192 and 256). This required the re-ordering of ifdef's in test.c, similar to that in aes.[ch]. test.elf now exits with the number of tests which failed, so the test rule in Makefile will notify properly. Remove the unused variables `buf' and `buf2'. Also, add a .gitignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f1148f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/*.o +/test.elf +/test.map -- cgit v1.2.3