]> git.tdb.fi Git - libs/test.git/blob - Build
Support passing a parameter to a test function
[libs/test.git] / Build
1 package "msptest"
2 {
3         description "C++ unit test framework";
4         version "0.1";
5
6         require "mspcore";
7
8         library "msptest"
9         {
10                 source "source";
11                 install true;
12                 install_map
13                 {
14                         map "source" "include/msp/test";
15                 };
16         };
17 };