Merge: Compilation to JavaScript using the Emscripten SDK
[nit.git] / tests / nitg.args
1 --global ../examples/hello_world.nit -o out/nitg-hello_world ; out/nitg-hello_world
2 --global base_simple3.nit -o out/nitg-base_simple3 ; out/nitg-base_simple3
3 --separate ../examples/hello_world.nit -o out/nitgs-hello_world ; out/nitgs-hello_world
4 --separate base_simple3.nit -o out/nitgs-base_simple3 ; out/nitgs-base_simple3
5 --global ../examples/hello_world.nit -m test_mixin.nit -o out/nitg-hello_world_mixed ; out/nitg-hello_world_mixed
6 --separate ../examples/hello_world.nit -m test_mixin.nit -o out/nitgs-hello_world_mixed ; out/nitgs-hello_world_mixed