diff options
Diffstat (limited to 'test/lib/test_aes.c')
-rw-r--r-- | test/lib/test_aes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/test_aes.c b/test/lib/test_aes.c index cbc712f7eda..6d9068c4f79 100644 --- a/test/lib/test_aes.c +++ b/test/lib/test_aes.c @@ -5,7 +5,6 @@ * Unit tests for aes functions */ -#include <common.h> #include <command.h> #include <hexdump.h> #include <rand.h> @@ -164,5 +163,4 @@ static int lib_test_aes(struct unit_test_state *uts) return ret; } - LIB_TEST(lib_test_aes, 0); |