Skip to content

Instantly share code, notes, and snippets.

@kaikoga
Created April 29, 2014 01:12
Show Gist options
  • Save kaikoga/11388449 to your computer and use it in GitHub Desktop.
Save kaikoga/11388449 to your computer and use it in GitHub Desktop.
-main TestMain
-swf-version 11
-swf build/as3_test.swf
-lib nanotest
-cp src
-cp asserts
-cp tests
-debug
-D fdb
--no-output
--next
-cmd open build/as3_test.swf -a "Flash Player Debugger"
--no-output
--next
-cmd cp "~/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt" build/as3_report.txt
--no-output
--next
-lib nanotest
--macro nanotest.NanoTestRunner.readResult('build/as3_report.txt', ['tests', 'src', 'asserts'], 'Flash')
--no-output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment