summaryrefslogtreecommitdiffstats
path: root/jit-test.c
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-22 01:30:07 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-22 01:33:25 (EDT)
commit8cb96115e5ae4f7c7559c4bd76c464b82a289d0a (patch)
tree7ac1281fd8264bec6efec4f4a51d36ac7a6f60d3 /jit-test.c
parent6baa7b4a417c1c3097226037700d0241e8268a17 (diff)
build: Add "build" target.
Diffstat (limited to 'jit-test.c')
-rw-r--r--jit-test.c13
1 files changed, 13 insertions, 0 deletions
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;
+}