From 285f5bec5bb03d4e825e5d866e94008088dd6155 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 9 Aug 2008 08:06:33 +0000 Subject: Ajout nouveaux tests git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@708 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/raytracer/main.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/raytracer/main.c (limited to 'test/raytracer/main.c') diff --git a/test/raytracer/main.c b/test/raytracer/main.c new file mode 100644 index 0000000..1efd396 --- /dev/null +++ b/test/raytracer/main.c @@ -0,0 +1,13 @@ +#include "config.h" +#include "arrays.h" +#include "gmllexer.h" +#include "gmlparser.h" +#include "eval.h" + +int main(int argc, char ** argv) +{ + arena_init(); + init_lexer(); + execute_program(parse_program()); + return 0; +} -- cgit v1.2.3