diff --git a/build/bin/cxxtestgen.exe b/build/bin/cxxtestgen.exe new file mode 100644 index 0000000000..5ac088bedd Binary files /dev/null and b/build/bin/cxxtestgen.exe differ diff --git a/build/premake/premake.lua b/build/premake/premake.lua index e24c5f29f7..f027bf2cb5 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -17,7 +17,7 @@ project.configs = { "Debug", "Release", "Testing" } if OS == "windows" then project.nasmpath = "../../build/bin/nasm.exe" - project.cxxtestpath = "../../build/bin/cxxtestgen.pl" + project.cxxtestpath = "../../build/bin/cxxtestgen.exe" else project.cxxtestpath = "../../build/bin/cxxtestgen" end