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>
Wed, 25 Sep 2013 06:25:46 +0000 (23:25 -0700)
commitad091d02678a632f0f91f26072bbec29eba4c66e
tree4f11c8148f10db840a4214ae30e21aae50f52b15
parent9b7445bd66c18e85b0d312f0c12a5050fe528073
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]