Replaced UnitTest++ with Catch.

This commit is contained in:
Branimir Karadžić
2016-05-14 09:30:53 -07:00
parent 5d4929b3f6
commit 76b7839339
75 changed files with 10500 additions and 5332 deletions

View File

@@ -32,7 +32,6 @@ function copyLib()
end
dofile "bx.lua"
dofile "unittest++.lua"
dofile "bin2c.lua"
project "bx.test"
@@ -46,11 +45,7 @@ project "bx.test"
includedirs {
path.join(BX_DIR, "include"),
path.join(BX_THIRD_PARTY_DIR, "UnitTest++/src"),
}
links {
"UnitTest++",
BX_THIRD_PARTY_DIR,
}
files {