building on windows

This commit is contained in:
jed
2012-05-15 17:05:04 -07:00
parent d34a274daf
commit a07bf79089
3 changed files with 7 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ int main(int argc, char* argv[])
pvCmd.push_back(const_cast<char*>(param.c_str()));
}
iResult = unit_test_main(init_unit_test, iCmd, &pvCmd[0]);
// iResult = unit_test_main(init_unit_test, iCmd, &pvCmd[0]);
}
else if (!vm.count("parameters"))
{