1234567891011121314151617181920 |
- /**
- * This is a test for spritelayout in $package$
- */
- #include "si_test.h"
- /* #include "spritelayout.h" */
- TEST_FUNC(spritelayout) {
- TEST_DONE();
- }
- int main(void) {
- TEST_INIT();
- TEST_RUN(spritelayout);
- TEST_REPORT();
- }
|