Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the test harder by always having a space in the include dirs | Alex Neundorf | 2011-08-17 | 1 | -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 UNIXes | Alex Neundorf | 2011-08-16 | 1 | -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 |