projects
/
libs
/
core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add unit tests
[libs/core.git]
/
tests
/
Build
1
package "mspcore-tests"
2
{
3
require "mspcore";
4
require "msptest";
5
6
program "test"
7
{
8
source ".";
9
};
10
11
program "consoletest"
12
{
13
source "console/console.cpp";
14
};
15
};