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