Just grep for `test_add_function` in the `tests/` directory. Looks like it is in `tests/test_core.py`, which means it is run by `python tests/runner.py test_add_function`.
- Alon On Tue, Feb 18, 2014 at 9:13 PM, Mark Hahn <[email protected]> wrote: > I'll check it out. I just assumed that libraries communicated like > everwhere else and were just a collection of modules. > > Speaking of checking out code in `tests`, I've been going crazy trying to > find a test `test_add_function` mentioned in the wiki. It says to look in > runner.py but I can't find anything there. When I search all of the repo > with github I get the code for it but I can't find any examples anywhere. > I'm particularly interested in how to pass parameters to javascript when > using the function pointer. Any help would be appreciated. > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
