Added unit tests to test emulator core
[osm/vim-emu.git] / emuvim / test / __main__.py
diff --git a/emuvim/test/__main__.py b/emuvim/test/__main__.py
new file mode 100644 (file)
index 0000000..f7fa66d
--- /dev/null
@@ -0,0 +1,7 @@
+import runner
+import os
+
+
+if __name__ == '__main__':
+    thisdir = os.path.dirname( os.path.realpath( __file__ ) )
+    runner.main(thisdir)