Cosmetic: avoiding warning by including full path instead of file.h

This commit is contained in:
Felipe Zimmerle 2015-08-11 16:01:17 -03:00
parent 2ff0a44df2
commit ac2f0bfd08
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@ unit_tests_LDADD = \
unit_tests_CPPFLAGS = \ unit_tests_CPPFLAGS = \
-std=c++11 \ -std=c++11 \
-Icommon \ -Icommon \
-I../ \
-O0 \ -O0 \
-g \ -g \
-I$(top_builddir)/headers \ -I$(top_builddir)/headers \
@ -59,6 +60,7 @@ regression_tests_LDADD = \
regression_tests_CPPFLAGS = \ regression_tests_CPPFLAGS = \
-std=c++11 \ -std=c++11 \
-Icommon \ -Icommon \
-I../ \
-O0 \ -O0 \
-g \ -g \
-I$(top_builddir)/headers \ -I$(top_builddir)/headers \

View File

@ -43,7 +43,7 @@ template <class T> class ModSecurityTest :
} // namespace modsecurity_test } // namespace modsecurity_test
#include "modsecurity_test.cc" #include "test/common/modsecurity_test.cc"
#endif // TEST_COMMON_MODSECURITY_TEST_H_ #endif // TEST_COMMON_MODSECURITY_TEST_H_