added -b option

This commit is contained in:
William King
1999-10-07 14:36:45 +00:00
parent 36ca3df1eb
commit 02cae3f325
8 changed files with 8 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ t_db: t_db.@O@
${LIBTOOL} ${CC} -o $@ t_db.@O@ ${LIBS}
test:
-@./t_db -c @top_srcdir@/t_config -a
-@./t_db -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp:
@./t_db -h

View File

@@ -45,7 +45,7 @@ t_dst: t_dst.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_dst.@O@ ${TLIB} ${LIBS}
test:
-@ ./t_dst -a
-@ ./t_dst -b @srcdir@ -a
clean distclean::
rm -f ${TARGETS}

View File

@@ -40,7 +40,7 @@ t_master: t_master.@O@
${LIBTOOL} ${CC} -o $@ t_master.@O@ ${LIBS}
test:
-@ ./t_master -c @top_srcdir@/t_config -a
-@ ./t_master -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp:
@./t_master -h

View File

@@ -39,7 +39,7 @@ t_mem: t_mem.@O@ ${DEPLIBS}
${LIBTOOL} ${CC} -o $@ t_mem.@O@ ${LIBS}
test:
-@./t_mem -c @top_srcdir@/t_config
-@./t_mem -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp:
@./t_mem -h

View File

@@ -40,7 +40,7 @@ t_names: t_names.@O@
${LIBTOOL} ${CC} -o $@ t_names.@O@ ${LIBS}
test:
-@./t_names -c @top_srcdir@/t_config -a
-@./t_names -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp:
@./t_names -h

View File

@@ -40,7 +40,7 @@ t_rbt: t_rbt.@O@
${LIBTOOL} ${CC} -o $@ t_rbt.@O@ ${LIBS}
test:
-@./t_rbt -c @top_srcdir@/t_config -a
-@./t_rbt -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp:
@./t_rbt -h

View File

@@ -40,7 +40,7 @@ t_tasks: t_tasks.@O@ ${DEPLIBS}
${LIBTOOL} ${CC} -o $@ t_tasks.@O@ ${LIBS}
test:
-@./t_tasks -c @top_srcdir@/t_config
-@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp:
@./t_tasks -h

View File

@@ -37,7 +37,7 @@ t_timers: t_timers.@O@
${LIBTOOL} ${CC} -o $@ t_timers.@O@ ${LIBS}
test:
-@./t_timers -c @top_srcdir@/t_config -q 60
-@./t_timers -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
testhelp:
@./t_timers -h