Add tests for enumerator_t

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:10 +02:00
parent 156dcbc12e
commit f15fcdc9d8
4 changed files with 196 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ int main()
library_init(NULL);
sr = srunner_create(NULL);
srunner_add_suite(sr, enumerator_suite_create());
srunner_run_all(sr, CK_NORMAL);
nf = srunner_ntests_failed(sr);