diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-20 17:28:32 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-20 17:29:33 +0200 |
commit | b722adcdb1eb8d0321eb5c4112db925c815450fc (patch) | |
tree | 641c0f49048f898d2dba333e5b2c16f820e2a1cb /ubi-utils/tests/io_paral.c | |
parent | eded3e909d8d7122ea1652940bb41bf5eef3ed55 (diff) |
ubi-utils: add one more UBI test
Add rmvol test
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/tests/io_paral.c')
-rw-r--r-- | ubi-utils/tests/io_paral.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/tests/io_paral.c b/ubi-utils/tests/io_paral.c index 4857bf8..488a0b0 100644 --- a/ubi-utils/tests/io_paral.c +++ b/ubi-utils/tests/io_paral.c @@ -34,7 +34,7 @@ #include "common.h" #define THREADS_NUM 3 -#define ITERATIONS 100 +#define ITERATIONS 10 static libubi_t libubi; static struct ubi_dev_info dev_info; |