]> git.tdb.fi Git - libs/crypto.git/blob - tests/Build
Use BlockHash as base class of MD5 as well
[libs/crypto.git] / tests / Build
1 package "mspcrypto-tests"
2 {
3         require "mspcore";
4         require "mspcrypto";
5         require "msptest";
6
7         program "test"
8         {
9                 source ".";
10         };
11 };