diff options
Diffstat (limited to 'test/check-grail.c')
| -rw-r--r-- | test/check-grail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/check-grail.c b/test/check-grail.c index f3da133..204cdf4 100644 --- a/test/check-grail.c +++ b/test/check-grail.c | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | #define LOGFILE_PREFIX "" | 3 | #define LOGFILE_PREFIX "" |
| 4 | 4 | ||
| 5 | extern Suite *make_mapping_suite(); | 5 | extern Suite *make_mapping_suite(); |
| 6 | extern Suite *make_transform_suite(); | ||
| 6 | 7 | ||
| 7 | int main(int argc CK_ATTRIBUTE_UNUSED, char* argv[] CK_ATTRIBUTE_UNUSED) | 8 | int main(int argc CK_ATTRIBUTE_UNUSED, char* argv[] CK_ATTRIBUTE_UNUSED) |
| 8 | { | 9 | { |
| @@ -11,6 +12,7 @@ int main(int argc CK_ATTRIBUTE_UNUSED, char* argv[] CK_ATTRIBUTE_UNUSED) | |||
| 11 | int num_failed; | 12 | int num_failed; |
| 12 | 13 | ||
| 13 | srunner_add_suite(sr, make_mapping_suite()); | 14 | srunner_add_suite(sr, make_mapping_suite()); |
| 15 | srunner_add_suite(sr, make_transform_suite()); | ||
| 14 | 16 | ||
| 15 | srunner_set_log(sr, "check_grail.log"); | 17 | srunner_set_log(sr, "check_grail.log"); |
| 16 | srunner_set_xml(sr, "check_grail.xml"); | 18 | srunner_set_xml(sr, "check_grail.xml"); |
