summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-04-30 08:18:30 +0800
committerTat-Chee Wan (USM)2011-04-30 08:18:30 +0800
commitbb5b81638d9a4c01b83b501593db8b437f0b3c4f (patch)
tree255dfaf39c11069861fcb39ad398043a019bbfbe
parent0bf5f4efbea18e4402814f8cacd79967a4257e50 (diff)
Added test scripts to invoke python for i386 architecture, for local directory testing
-rwxr-xr-xnxt-python-fantom/scripts/pyenv-nxt_test3
-rwxr-xr-xnxt-python-fantom/scripts/pyenv-syspython3
2 files changed, 6 insertions, 0 deletions
diff --git a/nxt-python-fantom/scripts/pyenv-nxt_test b/nxt-python-fantom/scripts/pyenv-nxt_test
new file mode 100755
index 0000000..32b097b
--- /dev/null
+++ b/nxt-python-fantom/scripts/pyenv-nxt_test
@@ -0,0 +1,3 @@
+#!/bin/sh
+export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom
+arch -i386 /usr/bin/python2.6 /Users/tcmac/gitrepo/armdebug/nxt-python-fantom/scripts/nxt_test
diff --git a/nxt-python-fantom/scripts/pyenv-syspython b/nxt-python-fantom/scripts/pyenv-syspython
new file mode 100755
index 0000000..112e406
--- /dev/null
+++ b/nxt-python-fantom/scripts/pyenv-syspython
@@ -0,0 +1,3 @@
+#!/bin/sh
+export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom
+arch -i386 /usr/bin/python2.6