diff options
author | davidovski <david@davidovski.xyz> | 2023-06-09 14:43:30 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-06-09 14:43:30 +0100 |
commit | f09c82886544e3fb14c1853b656029339fa688b5 (patch) | |
tree | 6440b7b1cd1ee5a03160aa1f8ca9180b3a477802 /test | |
parent | 6a2afa3b8e9f57974b7302afcc0f4ebe6d63f57c (diff) |
Add timing to shtests
Diffstat (limited to 'test')
-rwxr-xr-x | test/hbar.sh | 2 | ||||
-rwxr-xr-x | test/parseconf.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/hbar.sh b/test/hbar.sh index eada165..c01ee25 100755 --- a/test/hbar.sh +++ b/test/hbar.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/shtests HBAR=./dist/hbar UNIT="mb" diff --git a/test/parseconf.sh b/test/parseconf.sh index 1cd668f..6eb50dc 100755 --- a/test/parseconf.sh +++ b/test/parseconf.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/shtests PARSECONF="./dist/parseconf" SIMPLECONF="./test/simple.conf" |