Cleaned up "make test" and document as still experimental.

This commit is contained in:
brectanus
2008-03-03 16:50:40 +00:00
parent 1e991d6fcd
commit 628321bb86
3 changed files with 11 additions and 4 deletions

View File

@@ -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).

View File

@@ -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=""; \

View File

@@ -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>