]> git.llucax.com Git - software/posixx.git/commitdiff
Use -I instead of -isystem when including our own headers for testing
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 3 Oct 2008 18:16:56 +0000 (15:16 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 3 Oct 2008 18:16:56 +0000 (15:16 -0300)
Use -isystem makes GCC emulate that our own headers are system headers,
giving them the lowest priority when it search for a particular header
included with <>. This could be problematic in certain building
environments.

test/Makefile

index 1ae8ddc50c52a1114120b1207f6124ab405b4de7..c6f2a22900ce0f61ea3f98c8069de332acfa3630 100644 (file)
@@ -1,5 +1,5 @@
 
-LOCAL_CFLAGS = -std=c++98 -Wall -pedantic -isystem include
+LOCAL_CFLAGS = -std=c++98 -Wall -pedantic -Iinclude
 LOCAL_LDFLAGS = -lboost_unit_test_framework
 
 TESTPRG = test_suite