summaryrefslogtreecommitdiff
path: root/tests/ubi-tests/io_paral.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-11-16 09:52:21 +0200
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-11-16 09:52:21 +0200
commit98ed9f3360bb5cbfb02d2cb82ee3167fce437772 (patch)
tree1d174314cb22a079eb27575564b406b7be016102 /tests/ubi-tests/io_paral.c
parentc557e71b1070e3282156c0466462975a95d0d05c (diff)
ubi-tests: rename common.[ch] to helpers.[ch]
... to avoid confusion when the local common.h shadows the top-level common.h. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'tests/ubi-tests/io_paral.c')
-rw-r--r--tests/ubi-tests/io_paral.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/io_paral.c b/tests/ubi-tests/io_paral.c
index 615c1dd..4764255 100644
--- a/tests/ubi-tests/io_paral.c
+++ b/tests/ubi-tests/io_paral.c
@@ -32,7 +32,7 @@
#include <fcntl.h>
#include "libubi.h"
#define TESTNAME "io_paral"
-#include "common.h"
+#include "helpers.h"
#define THREADS_NUM 4
#define ITERATIONS (1024 * 1)