commit | eda6a5ea807ba8a4e7fa20ad0273b394ed72d106 | [log] [tgz] |
---|---|---|
author | Chun-wei Fan <fanchunwei@src.gnome.org> | Mon Mar 12 13:38:01 2018 +0800 |
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | Tue Mar 13 20:17:58 2018 +0800 |
tree | 3b43a42e9c6f38105842fa4398a7c037dd49e1b6 | |
parent | b9dcbb1f8312d8606b230f75594d40b7d4087004 [diff] |
CMake: Fix running tests on Windows For the API tests, output the test programs at $(TOP_BUILDDIR) so that the freshly-built DLLs will be available for the test programs. For those that are run through the Python wrapper scripts, use ${PYTHON_EXECUTABLE} instead of plain 'python' in case the Python interpreter is not in the PATH.