tests: introduces `test_prog` a program that build a fake documented model to test...
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 21 Jul 2014 14:38:12 +0000 (10:38 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 23 Jul 2014 17:08:14 +0000 (13:08 -0400)
commit4bb9a201310df4ece48ddd2ead840047c70a71ac
treedf81e0d8b87b1e69464bf9fb8acde84c71294db2
parentcbefaa812405227c59e83e488dce545b197f18cd
tests: introduces `test_prog` a program that build a fake documented model to test model related tools.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
12 files changed:
tests/test_prog/README [new file with mode: 0644]
tests/test_prog/game/README [new file with mode: 0644]
tests/test_prog/game/game.nit [new file with mode: 0644]
tests/test_prog/platform/README [new file with mode: 0644]
tests/test_prog/platform/platform.nit [new file with mode: 0644]
tests/test_prog/rpg/README [new file with mode: 0644]
tests/test_prog/rpg/careers.nit [new file with mode: 0644]
tests/test_prog/rpg/character.nit [new file with mode: 0644]
tests/test_prog/rpg/combat.nit [new file with mode: 0644]
tests/test_prog/rpg/races.nit [new file with mode: 0644]
tests/test_prog/rpg/rpg.nit [new file with mode: 0644]
tests/test_prog/test_prog.nit [new file with mode: 0644]