aboutgitcodebugslistschat
path: root/test/lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/test')
-rwxr-xr-xtest/lib/test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lib/test b/test/lib/test
index 4c271a5..df32178 100755
--- a/test/lib/test
+++ b/test/lib/test
@@ -278,6 +278,9 @@ test_one_line() {
"te")
table_end
;;
+ "td")
+ table_value ${__arg} || TEST_ONE_perf_nok=1
+ ;;
"bw")
table_value_throughput ${__arg} || TEST_ONE_perf_nok=1
;;