You need to add `test_` before the test name, and specify which type of test it is, in this case you need
python tests/runner.py browser.test_sdl_audio (because that test is inside `tests/test_browser.py`) Where do we have that wrong in the docs, so I can fix it? - Alon On Wed, Oct 8, 2014 at 1:29 PM, Warren Seine <[email protected]> wrote: > Hi, > > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
