package "mspgame-tests" { require "mspcore"; require "mspgame"; require "msptest"; program "test" { source "."; build_info { /* XXX Shouldn't be needed, but builder has a bug and doesn't correctly propagate the standard from required packages. */ standard CXX "c++20"; }; }; };