added -b option
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user