unit-tests: perform a first ECDSA test case if ECDSA is supported

This commit is contained in:
Martin Willi
2013-06-21 10:53:21 +02:00
parent 200f38ad4c
commit d18ff88faf
4 changed files with 58 additions and 1 deletions
+1
View File
@@ -30,5 +30,6 @@ Suite *identification_suite_create();
Suite *threading_suite_create();
Suite *utils_suite_create();
Suite *vectors_suite_create();
Suite *ecdsa_suite_create();
#endif /** TEST_RUNNER_H_ */