Compiler now supports unit tests.
commit0ad78415e310b692c55ebc7a140357e309db539b
authorSteven Schronk <steven@schronk.com>
Tue, 16 Nov 2010 18:31:37 +0000 (16 12:31 -0600)
committerSteven Schronk <steven@schronk.com>
Tue, 16 Nov 2010 18:31:37 +0000 (16 12:31 -0600)
treea5e54dff6e50343f021bfd7d72bf0192fbf2ad19
parent5b95ba9eaa178e5274d5e092a26e447adb18930c
Compiler now supports unit tests.

Test suite tests token module for C and C++ style comments.

Tests always run when compiler initializes.

The compiler will halt if any test fails.
ERRORS
Makefile
error.c
jack.c
test.c [new file with mode: 0644]
test.h [new file with mode: 0644]
token.c