From 8cb96115e5ae4f7c7559c4bd76c464b82a289d0a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Jun 2014 01:30:07 -0400 Subject: build: Add "build" target. --- (limited to 'jit-test.c') diff --git a/jit-test.c b/jit-test.c new file mode 100644 index 0000000..3c17a65 --- /dev/null +++ b/jit-test.c @@ -0,0 +1,13 @@ +#define SLJIT_CONFIG_AUTO 1 + +#include "tmp/src/sljit/sljitConfigInternal.h" + +#ifdef SLJIT_CONFIG_UNSUPPORTED +#error SLJIT unsupported +#endif + +int +main(void) +{ + return 0; +} -- cgit v0.9.1