We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef014c commit 5856f55Copy full SHA for 5856f55
tests/test_image_converter.cpp
@@ -62,7 +62,7 @@ std::string run_rawtoaces_command( const std::vector<std::string> &args )
62
std::string command;
63
#ifdef WIN32
64
// Use the standard path from build directory
65
- command = "src\\rawtoaces\\Release\\rawtoaces.exe";
+ command = "..\\src\\rawtoaces\\Release\\rawtoaces.exe";
66
#else
67
command = "../src/rawtoaces/rawtoaces";
68
#endif
0 commit comments