mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Cleaned up "make test" and document as still experimental.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,6 +1,8 @@
|
|||||||
27 Feb 2008 - 2.5.1-rc1
|
03 Mar 2008 - 2.5.1-rc1
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
* Cleaned up the "make test" target to better locate headers/libraries.
|
||||||
|
|
||||||
* Now search /usr/lib64 and /usr/lib32 for lua libs.
|
* Now search /usr/lib64 and /usr/lib32 for lua libs.
|
||||||
|
|
||||||
* No longer treat warnings as errors by default (use --enable-strict-compile).
|
* No longer treat warnings as errors by default (use --enable-strict-compile).
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ mlogc-static:
|
|||||||
|
|
||||||
### Experimental Test Framework (*NIX only right now)
|
### Experimental Test Framework (*NIX only right now)
|
||||||
msc_test.lo: msc_test.c
|
msc_test.lo: msc_test.c
|
||||||
$(LIBTOOL) --mode=compile $(CC) $(APXS_CFLAGS) $(EXTRA_CFLAGS) $(MODSEC_EXTRA_CFLAGS) $(CPPFLAGS) $(APR_CFLAGS) $(APU_CFLAGS) -o msc_test.lo -c msc_test.c
|
$(LIBTOOL) --mode=compile $(CC) $(APXS_INCLUDES) $(APXS_CFLAGS) $(EXTRA_CFLAGS) $(MODSEC_EXTRA_CFLAGS) $(CPPFLAGS) $(APR_CFLAGS) $(APU_CFLAGS) -o msc_test.lo -c msc_test.c
|
||||||
|
|
||||||
msc_test: $(TESTOBJS) msc_test.lo
|
msc_test: $(TESTOBJS) msc_test.lo
|
||||||
@objs=""; \
|
@objs=""; \
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Manual</title>
|
Manual</title>
|
||||||
|
|
||||||
<articleinfo>
|
<articleinfo>
|
||||||
<releaseinfo>Version 2.5.1-rc1 (February 27, 2008)</releaseinfo>
|
<releaseinfo>Version 2.5.1-rc1 (March 03, 2008)</releaseinfo>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2004-2008</year>
|
<year>2004-2008</year>
|
||||||
@@ -333,6 +333,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Optionally test with: <literal>make
|
<para>Optionally test with: <literal>make
|
||||||
test</literal></para>
|
test</literal></para>
|
||||||
|
|
||||||
|
<para>NOTE: This is step is still a bit experimental. If you
|
||||||
|
have problems, please send the full output and error from the
|
||||||
|
build to the support list. Most common issues are related to
|
||||||
|
not finding the required headers and/or libraries.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|||||||
Reference in New Issue
Block a user