mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Cosmetic: avoiding warning by including full path instead of file.h
This commit is contained in:
parent
2ff0a44df2
commit
ac2f0bfd08
@ -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 \
|
||||||
|
@ -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_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user