Add Glk unit test framework
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 25 Sep 2013 06:14:46 +0000 (23:14 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 26 Oct 2013 07:05:56 +0000 (07:05 +0000)
commite7cd0a76bde8f0a8d6d88e172546be10500cc645
treefe450e5bd73c5e83b73c863b8fd3efcbe43fdfa4
parent94deca2a10922ae4bc192b63dbbebf940d0e7d24
Add Glk unit test framework

This is the beginning of a unit test framework for Glk. Currently it has
only one test. But the potential is infinite! It could be used to test
how well other Glk implementations conform too.
Makefile.am
configure.ac
tests/Makefile.am
tests/unit/Makefile.am [new file with mode: 0644]
tests/unit/datetime.c [new file with mode: 0644]
tests/unit/glkunit.c [new file with mode: 0644]
tests/unit/glkunit.h [new file with mode: 0644]