mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26: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 = \
|
||||
-std=c++11 \
|
||||
-Icommon \
|
||||
-I../ \
|
||||
-O0 \
|
||||
-g \
|
||||
-I$(top_builddir)/headers \
|
||||
@ -59,6 +60,7 @@ regression_tests_LDADD = \
|
||||
regression_tests_CPPFLAGS = \
|
||||
-std=c++11 \
|
||||
-Icommon \
|
||||
-I../ \
|
||||
-O0 \
|
||||
-g \
|
||||
-I$(top_builddir)/headers \
|
||||
|
@ -43,7 +43,7 @@ template <class T> class ModSecurityTest :
|
||||
|
||||
} // namespace modsecurity_test
|
||||
|
||||
#include "modsecurity_test.cc"
|
||||
#include "test/common/modsecurity_test.cc"
|
||||
|
||||
|
||||
#endif // TEST_COMMON_MODSECURITY_TEST_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user