From bc150d2f57b1906f5cbe4bc6c2a82bc99f77dfd0 Mon Sep 17 00:00:00 2001 From: wfjm Date: Fri, 26 Apr 2019 10:22:42 +0200 Subject: [PATCH] move test_lp11_all.tcl into lp11 folder --- tools/tbench/dev_all.dat | 4 ++-- tools/tbench/lp11/lp11_all.dat | 5 +++++ tools/tbench/{ => lp11}/test_lp11_all.tcl | 0 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 tools/tbench/lp11/lp11_all.dat rename tools/tbench/{ => lp11}/test_lp11_all.tcl (100%) diff --git a/tools/tbench/dev_all.dat b/tools/tbench/dev_all.dat index 7682727c..638ceb5c 100644 --- a/tools/tbench/dev_all.dat +++ b/tools/tbench/dev_all.dat @@ -1,8 +1,8 @@ -# $Id: dev_all.dat 1132 2019-04-14 20:23:40Z mueller $ +# $Id: dev_all.dat 1138 2019-04-26 08:14:56Z mueller $ # ## steering file for all devices tests # -test_lp11_all.tcl +@lp11/lp11_all.dat @pc11/pc11_all.dat @rhrp/rhrp_all.dat @tm11/tm11_all.dat diff --git a/tools/tbench/lp11/lp11_all.dat b/tools/tbench/lp11/lp11_all.dat new file mode 100644 index 00000000..687e2efb --- /dev/null +++ b/tools/tbench/lp11/lp11_all.dat @@ -0,0 +1,5 @@ +# $Id: lp11_all.dat 1138 2019-04-26 08:14:56Z mueller $ +# +## steering file for all lp11 tests +# +test_lp11_all.tcl diff --git a/tools/tbench/test_lp11_all.tcl b/tools/tbench/lp11/test_lp11_all.tcl similarity index 100% rename from tools/tbench/test_lp11_all.tcl rename to tools/tbench/lp11/test_lp11_all.tcl