]> git.tdb.fi Git - libs/math.git/blob - tests/Build
Some basic test cases
[libs/math.git] / tests / Build
1 package "mspmath-tests"
2 {
3         require "mspcore";
4         require "msptest";
5         require "mspmath";
6
7         program "test"
8         {
9                 source ".";
10         };
11 };