Rename msc-test to msc_test.

This commit is contained in:
brectanus 2007-12-19 20:40:33 +00:00
parent 4e7c243c39
commit 2103fb560b
2 changed files with 4 additions and 4 deletions

View File

@ -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_parsers.o msc_util.o msc_pcre.o persist_dbm.o \
msc_reqbody.o msc_geo.o acmp.o msc_lua.o msc_reqbody.o msc_geo.o acmp.o msc_lua.o
msc-test: msc-test.c ${TESTOBJS} 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 @${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 t/run-tests.pl
clean: clean:
-rm -f *.o *.lo *.slo *.la *~ .libs msc-test -rm -f *.o *.lo *.slo *.la *~ .libs msc_test
.PHONY: all clean test .PHONY: all clean test