From 59b70e473e994d3efaa33f7a9e1e934fb3a8ca8b Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 26 Sep 2022 20:10:54 -0500 Subject: fix memory overflow bug in test_node_push and add import_scene.test.c --- src/import/import_scene.test.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/import/import_scene.test.c (limited to 'src/import/import_scene.test.c') diff --git a/src/import/import_scene.test.c b/src/import/import_scene.test.c new file mode 100644 index 0000000..72718eb --- /dev/null +++ b/src/import/import_scene.test.c @@ -0,0 +1,13 @@ +#include +#include +#include +#include "test/lily-test.h" +#include "import.test.h" + + +#include "import.c" + + +void test_push_scene() +{ +} -- cgit v1.2.1