Compilation Error in SQLite Testfixture.exe Due to Path Normalization Issue
SQLite Testfixture.exe Fails with Path Normalization Error When compiling SQLite version 3.34.1 using MSVC and Visual Studio 2017, a specific test fails with the error message: .\testfixture.exe: list element in quotes followed by "%"CD"%""/test.db" instead of space. This error occurs during the execution of the e_uri.test script, which is part of the SQLite test suite….