mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Rename msc-test to msc_test.
This commit is contained in:
parent
4e7c243c39
commit
2103fb560b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user