Added scripts to build 6502 test. Relies on docker though...

This commit is contained in:
Dan Piponi 2017-01-21 17:53:03 -08:00
parent 80193ec9ec
commit 9d6d4e0e3c
2 changed files with 2 additions and 0 deletions

1
scripts/build_test Normal file
View file

@ -0,0 +1 @@
./run_as65 -l -m -s2 -w -h0 6502test.a65

1
scripts/run_as65 Executable file
View file

@ -0,0 +1 @@
docker run --rm -v /Users:/opt/Users -w /opt/Users/dan/Dropbox/Development/Haskell/Stellarator -it ggrandes/ubuntu32 /opt/Users/dan/Dropbox/Development/Haskell/Stellarator/as65 $*