Add rgbgfx test program

Co-Authored-By: ISSOtm <[email protected]>
This commit is contained in:
Eievui
2022-07-02 17:04:17 +02:00
committed by Eldred Habert
co-authored by ISSOtm
parent f5d4126303
commit ed104a9f70
3 changed files with 383 additions and 0 deletions
+3
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