How can you run AsUnit test runner from Ant?
I'm on the Mac OS so I use:
open -a "flash player" tests.swf
How can I make this cross platform?
How can you run AsUnit test runner from Ant?
I'm on the Mac OS so I use:
open -a "flash player" tests.swf
How can I make this cross platform?
Copyright © 2021 Jogjafile Inc.
Here's a target that will compile the tests into a swf and run them. The tests are run using the exec task. This version uses the open command from the Mac OS.
For Windows I can only think of using a property set to the complete path to the Flash player exe and using that to run the tests.
Here's the properties: