aboutsummaryrefslogtreecommitdiff
path: root/test_amap.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_amap.py')
-rw-r--r--test_amap.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test_amap.py b/test_amap.py
new file mode 100644
index 0000000..1d028ce
--- /dev/null
+++ b/test_amap.py
@@ -0,0 +1,9 @@
+# Part of the Fifteen-Thieves Project
+# Chris Xiong 2020
+# License: Expat (MIT)
+
+import xv.amap
+
+m = xv.amap.AddrMapTemplate("amaps/sd-80.amap")
+t = xv.amap.create_addr_map_tree(m)
+t.dump()