Support also running a 32-bit test on 64-bit platforms.

This commit is contained in:
David E. O'Brien 2012-06-29 15:54:07 +00:00
parent 304050dde0
commit 3de8393d5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237794

View File

@ -9,16 +9,18 @@ CFLAGS+= -I${.CURDIR}/../../../sys
# Cannot use .OBJDIR -- 'filemontest' expects 'test_script.sh' in .
test: ${PROG} clean-test
.for BIN in ${PROG} ${PROG}32
cd ${.CURDIR} ; \
for A in 1 2 3 4 5 6 7 8 9 0; do \
for B in 1 2 3 4 5 6 7 8 9 0; do \
for C in 1 2 3 4 5 6 7 8 9 0; do \
${.OBJDIR}/${PROG} ;\
test -x ${BIN} && ${.OBJDIR}/${BIN} ;\
done ;\
done ;\
done
@cd ${.CURDIR} ; set +e ; egrep '(Start|Stop) .*\.' filemon_log.* | \
grep -q -v '\.[0-9][0-9][0-9][0-9][0-9][0-9]$$' || echo "Time stamp format OK"
.endfor
clean-test:
cd ${.CURDIR} ; rm -f filemon_log.*