Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / nitc.args
1 --global ../examples/hello_world.nit -o out/nitc-hello_world ; out/nitc-hello_world
2 --global base_simple3.nit -o out/nitc-base_simple3 ; out/nitc-base_simple3
3 --separate ../examples/hello_world.nit -o out/nitcs-hello_world ; out/nitcs-hello_world
4 --separate base_simple3.nit -o out/nitcs-base_simple3 ; out/nitcs-base_simple3
5 --global ../examples/hello_world.nit -m test_mixin.nit -o out/nitc-hello_world_mixed ; out/nitc-hello_world_mixed
6 --separate ../examples/hello_world.nit -m test_mixin.nit -o out/nitcs-hello_world_mixed ; out/nitcs-hello_world_mixed
7 base_simple_import.nit base_simple.nit --dir out/ ; out/base_simple ; out/base_simple_import
8 test_define.nit -D text=hello -D num=42 -D flag --dir out/ ; out/test_define
9 --log --log-dir $WRITE test_prog -o out/test_prog.bin
10 test_define.nit --semi-global -D text=hello -D num=42 -D flag --dir out/ ; out/test_define
11 --run ../examples/print_arguments.nit 1 2 3 --dir out/
12 --keep-going test_keep_going.nit --run --dir out/