add testing project for stb_c_lexer.h

This commit is contained in:
Sean Barrett
2014-06-19 19:56:11 -07:00
parent cd1f731f97
commit 44c37c51c0
3 changed files with 106 additions and 0 deletions

3
tests/c_lexer_test.c Normal file
View File

@ -0,0 +1,3 @@
#define STB_C_LEXER_IMPLEMENTATION
#define STB_C_LEXER_SELF_TEST
#include "../stb_c_lexer.h"