mirror of
https://github.com/bkaradzic/bx.git
synced 2026-06-08 11:13:49 +00:00
Replaced UnitTest++ with Catch.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user