summaryrefslogtreecommitdiff
path: root/tests/ipptest/fimctest.c
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2015-03-19 14:06:43 +0900
committerJoonyoung Shim <jy0922.shim@samsung.com>2017-02-15 13:37:33 +0900
commita7719998cfcf0764a114eda2ec0da6f60de71254 (patch)
treee9ccd7b144b15ea4b3cfcf06c640720f11e92520 /tests/ipptest/fimctest.c
parent89ab3b7422f0f9bdf6ab83a3f0b302fbff17a0d7 (diff)
downloadlibdrm-a7719998cfcf0764a114eda2ec0da6f60de71254.tar.gz
libdrm-a7719998cfcf0764a114eda2ec0da6f60de71254.tar.bz2
libdrm-a7719998cfcf0764a114eda2ec0da6f60de71254.zip
ipptest: change result directory
This patch changes the directory where the result files are stored as /tmp instead of /opt/media. Change-Id: Ie66c7140f4ffa27d28df22f4c1888a8e0a2ee779 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'tests/ipptest/fimctest.c')
-rw-r--r--tests/ipptest/fimctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ipptest/fimctest.c b/tests/ipptest/fimctest.c
index f56e9999..8fec6412 100644
--- a/tests/ipptest/fimctest.c
+++ b/tests/ipptest/fimctest.c
@@ -466,7 +466,7 @@ int main(int argc, char **argv)
printf("[%d] : %d\n", i + 1, usec[i]);
sum += usec[i];
}
- printf("fimc : cma\n");
+ printf("fimc : result files are in %s\n", RESULT_PATH);
printf("avg : [%d]\n", sum / MAX_LOOP);
getchar();
}