summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageModeMakefileTest/FindFoo.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Make the test harder by always having a space in the include dirsAlex Neundorf2011-08-171-0/+1
| | | | | | | | | | | | The commit message for the previous commit was wrong, it should have been: fix the test by using $(shell ...) syntax instead of backticks in the Makefile. With backticks I couldn't get the quoting right. Printing -I"/some/path with space" did not work, the compiler complained that there is not file "with". Also backslashes in different numbers did not make it work. Alex
* Much improved test, should now be executed on all UNIXesAlex Neundorf2011-08-161-0/+8
Instead of relying on that some development package is installed on the system, now a tiny library is built, which is the searched and used during the test. Alex