include stb_connected_components.h in main stb compile tests, add test app

This commit is contained in:
Sean Barrett
2016-04-16 09:14:39 -07:00
parent 435e0c757c
commit 1392344cdd
7 changed files with 17 additions and 3 deletions

View File

@ -3,13 +3,13 @@
#include "stb_truetype.h"
#include "stb_image_write.h"
#ifdef TT_TEST
#include <stdio.h>
char ttf_buffer[1<<25];
unsigned char output[512*100];
#ifdef TT_TEST
void debug(void)
{
stbtt_fontinfo font;