X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/tests/nitg.args b/tests/nitg.args index 1f1e8d5..ac3c10d 100644 --- a/tests/nitg.args +++ b/tests/nitg.args @@ -2,3 +2,5 @@ --global base_simple3.nit -o out/nitg-base_simple3 ; out/nitg-base_simple3 --separate ../examples/hello_world.nit -o out/nitgs-hello_world ; out/nitgs-hello_world --separate base_simple3.nit -o out/nitgs-base_simple3 ; out/nitgs-base_simple3 +--global ../examples/hello_world.nit -m test_mixin.nit -o out/nitg-hello_world_mixed ; out/nitg-hello_world_mixed +--separate ../examples/hello_world.nit -m test_mixin.nit -o out/nitgs-hello_world_mixed ; out/nitgs-hello_world_mixed