]> git.tdb.fi Git - libs/game.git/blob - tests/Build
db503407da12e6d9f670b2701e15fe04c4d0a8f4
[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                 build_info
11                 {
12                         /* XXX Shouldn't be needed, but builder has a bug and doesn't
13                         correctly propagate the standard from required packages. */
14                         standard CXX "c++20";
15                 };
16         };
17 };