summaryrefslogtreecommitdiff
path: root/tests/qemu-arm/asm_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-arm/asm_test.py')
-rw-r--r--tests/qemu-arm/asm_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qemu-arm/asm_test.py b/tests/qemu-arm/asm_test.py
new file mode 100644
index 000000000..26c7efe42
--- /dev/null
+++ b/tests/qemu-arm/asm_test.py
@@ -0,0 +1,7 @@
+import frozen_asm
+
+print(frozen_asm.asm_add(1, 2))
+print(frozen_asm.asm_add1(3))
+print(frozen_asm.asm_cast_bool(0), frozen_asm.asm_cast_bool(3))
+print(frozen_asm.asm_shift_int(4))
+print(frozen_asm.asm_shift_uint(4))