foo
[gph-gfx] / test.c
diff --git a/test.c b/test.c
deleted file mode 100644 (file)
index 8e9395e..0000000
--- a/test.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "gphgfx.h"
-
-int main(int argc, char **argv)
-{
-       if(ggfx_init("test", GGFX_INIT_DEBUG) == -1) {
-               return 1;
-       }
-
-       ggfx_shutdown();
-       return 0;
-}