package "msptest" { description "C++ unit test framework"; version "0.1"; require "mspcore"; library "msptest" { source "source"; install true; install_map { map "source" "include/msp/test"; }; }; };