]> git.cworth.org Git - apitrace-tests/commit
Fix test to correctly use cmake feature to find python executable
authorCarl Worth <cworth@cworth.org>
Mon, 28 Jan 2013 20:22:31 +0000 (07:22 +1100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 28 Jan 2013 20:26:05 +0000 (20:26 +0000)
commit2234d55c7f6c9309d12c3a2a948a1b7f0e94b81a
tree8fce2586b9f81722b96e2e11d56bc9fd9f742a8b
parent5efeef24814e1744e3c4f3109f82e700576439ab
Fix test to correctly use cmake feature to find python executable

On my system, at least, there was no ${python} variable set, so the
tests for PIL were incorrectly failing, (such that many tests were not
being run at all).

Signed-off-by: José Fonseca <jfonseca@vmware.com>
CMakeLists.txt