X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/tests/sav/nitls_args7.res b/tests/sav/nitls_args7.res new file mode 100644 index 0000000..a0a686e --- /dev/null +++ b/tests/sav/nitls_args7.res @@ -0,0 +1,12 @@ +test_prog: Test program for model tools. (test_prog) +|--game: Gaming group (test_prog/game) +| `--game: A game abstraction for RPG. (test_prog/game/game.nit) +|--platform: Fictive Crappy Platform. (test_prog/platform) +| `--platform: Declares base types allowed on the platform. (test_prog/platform/platform.nit) +|--rpg: Role Playing Game group (test_prog/rpg) +| |--careers: Careers of the game. (test_prog/rpg/careers.nit) +| |--character: Characters are playable entity in the world. (test_prog/rpg/character.nit) +| |--combat: COmbat interactions between characters. (test_prog/rpg/combat.nit) +| |--races: Races of the game. (test_prog/rpg/races.nit) +| `--rpg: A worlg RPG abstraction. (test_prog/rpg/rpg.nit) +`--test_prog: A test program with a fake model to check model tools. (test_prog/test_prog.nit)