* src/vm/jit/s390/codegen.c,
[cacao.git] / src / vm / jit / s390 / tests / Makefile
diff --git a/src/vm/jit/s390/tests/Makefile b/src/vm/jit/s390/tests/Makefile
new file mode 100644 (file)
index 0000000..bb11652
--- /dev/null
@@ -0,0 +1,7 @@
+all: tests.class
+
+tests.java: tests.java.pp
+       cpp tests.java.pp | grep -v '^#' > tests.java
+
+tests.class: tests.java
+       ecj -bootclasspath /home/peter/cacao-dev/cldc-classes $<