]> Chaos Git - corbenik/corbenik.git/commitdiff
Stash for now
authorchaoskagami <chaos.kagami@gmail.com>
Tue, 27 Sep 2016 01:14:10 +0000 (21:14 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Tue, 27 Sep 2016 01:14:10 +0000 (21:14 -0400)
test/Makefile [new file with mode: 0644]
test/vm-test1.pco [new file with mode: 0644]

diff --git a/test/Makefile b/test/Makefile
new file mode 100644 (file)
index 0000000..3dc0cfc
--- /dev/null
@@ -0,0 +1,14 @@
+.PHONY: all
+all: build
+
+.PHONY: build
+build: clean $(patsubst %.pco, %.vco, $(wildcard *.pco))
+
+.PHONY: install
+install:
+
+%.vco: %.pco
+       ../host/bytecode_asm.py $< $@
+
+clean:
+       rm -f *.vco
diff --git a/test/vm-test1.pco b/test/vm-test1.pco
new file mode 100644 (file)
index 0000000..e6b0610
--- /dev/null
@@ -0,0 +1,10 @@
+# $name  Test Suite (DO NOT ENABLE)
+# $desc  THIS IS FOR INTERNAL USE ONLY BY UNIT TESTS. DO NOT ENABLE IT.
+# $title 0000000000000000
+# $ver   00
+# $uuid  FF
+
+find "test"
+abortnf
+set  "best"
+