I need to run the sdl_audio.c test. The documentation specifies that I should call "python tests/runner.py sdl_audio". Unfortunately, the runner doesn't find the test.
What's the correct way to run a specific test (sdl_audio.c in particular)?
Regards,
Warren.
--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
For example, you would run test named test_hello_world as shown:
python tests/runner.py test_hello_world
[1] http://kripken.github.io/emscripten-site/docs/getting_started/test-suite.html
$ python tests/runner.py interactive.test_sdl_audio
--
You received this message because you are subscribed to a topic in the Google Groups "emscripten-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/emscripten-discuss/mN05pqnsYVU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to emscripten-disc...@googlegroups.com.