diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 338800a..d4d047c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,7 +13,7 @@ CXXFLAGS+=--coverage LDFLAGS+=--coverage endif -CXXFLAGS+= -I. -fPIE +CXXFLAGS+= -I. -I.. -fPIE CXXTESTFLAGS= |