]> git.tdb.fi Git - libs/game.git/blob - tests/Build
Remove a temporary hack
[libs/game.git] / tests / Build
1 package "mspgame-tests"
2 {
3         require "mspcore";
4         require "mspgame";
5         require "msptest";
6
7         program "test"
8         {
9                 source ".";
10         };
11 };