From 2103fb560b054b16c054cd16cc34fc449f72705d Mon Sep 17 00:00:00 2001 From: brectanus Date: Wed, 19 Dec 2007 20:40:33 +0000 Subject: [PATCH] Rename msc-test to msc_test. --- apache2/Makefile | 8 ++++---- apache2/{msc-test.c => msc_test.c} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename apache2/{msc-test.c => msc_test.c} (100%) diff --git a/apache2/Makefile b/apache2/Makefile index 6b95ac17..a2aa3eca 100644 --- a/apache2/Makefile +++ b/apache2/Makefile @@ -57,13 +57,13 @@ TESTOBJS = re.o re_operators.o re_actions.o re_tfns.o re_variables.o \ msc_parsers.o msc_util.o msc_pcre.o persist_dbm.o \ msc_reqbody.o msc_geo.o acmp.o msc_lua.o -msc-test: msc-test.c ${TESTOBJS} - @${CC} -I `${top_dir}/bin/${APXS} -q INCLUDEDIR` ${INCLUDES} ${DEFS} -L ${top_dir}/lib -o msc-test ${TESTOBJS} msc-test.c -lapr-1 -laprutil-1 -lpcre -lxml2 -llua5.1 +msc_test: msc_test.c ${TESTOBJS} + @${CC} -I `${top_dir}/bin/${APXS} -q INCLUDEDIR` ${INCLUDES} ${DEFS} -L ${top_dir}/lib -o msc_test ${TESTOBJS} msc_test.c -lapr-1 -laprutil-1 -lpcre -lxml2 -llua5.1 -test: msc-test +test: msc_test t/run-tests.pl clean: - -rm -f *.o *.lo *.slo *.la *~ .libs msc-test + -rm -f *.o *.lo *.slo *.la *~ .libs msc_test .PHONY: all clean test diff --git a/apache2/msc-test.c b/apache2/msc_test.c similarity index 100% rename from apache2/msc-test.c rename to apache2/msc_test.c