summaryrefslogtreecommitdiff
path: root/etc/oemu/emutest.rc
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-22 16:03:44 -0400
committerIan Moffett <ian@osmora.org>2025-07-22 16:09:06 -0400
commit2a7ad917c496354cd6f99bd876db6c1e72553662 (patch)
tree34d7b33201326fee9a4af3412c7274fcd619d4ce /etc/oemu/emutest.rc
parentfd0c31d4cfd6e220271e43102fb69301d7ffc664 (diff)
build: Add tests for oasm and oemu in etc/oemu/
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'etc/oemu/emutest.rc')
-rw-r--r--etc/oemu/emutest.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/oemu/emutest.rc b/etc/oemu/emutest.rc
new file mode 100644
index 0000000..39607dd
--- /dev/null
+++ b/etc/oemu/emutest.rc
@@ -0,0 +1,5 @@
+@ Test emulator
+echo Generating /tmp/a.out
+oasm /etc/oemu/test-00.s /tmp/a.out
+echo Running emulator...
+oemu /tmp/a.out