Add rgbgfx test program

Co-Authored-By: ISSOtm <eldredhabert0@gmail.com>
This commit is contained in:
Eievui
2022-04-16 18:21:17 -04:00
committed by Eldred Habert
parent f5d4126303
commit ed104a9f70
3 changed files with 383 additions and 0 deletions

View File

@@ -131,6 +131,9 @@ rgbgfx: ${rgbgfx_obj}
test/gfx/randtilegen: test/gfx/randtilegen.c
$Q${CC} ${REALLDFLAGS} ${PNGLDFLAGS} -o $@ $^ ${REALCFLAGS} -Wno-vla ${PNGCFLAGS} ${PNGLDLIBS}
test/gfx/rgbgfx_test: test/gfx/rgbgfx_test.cpp
$Q${CXX} ${REALLDFLAGS} ${PNGLDFLAGS} -o $@ $^ ${REALCXXFLAGS} ${PNGLDLIBS}
# Rules to process files
# We want the Bison invocation to pass through our rules, not default ones