Skip to content

simple unit-test system for GBDK libraries

License

Notifications You must be signed in to change notification settings

tstirrat/gbdk_unit_test

 
 

Repository files navigation

Simple unit test system for GBDK

To add a new test just write some .c file, which contains the

void test() { }

function implementation and also a .json file with the same name, that describes the result of a test. Look at the examples, and make similarly.

GBDK-2020, python3, PIL and BGB is required. Windows only version for now.

Tony.

About

simple unit-test system for GBDK libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.2%
  • C 15.2%
  • Makefile 7.6%