summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortaeyoung <ty317.kim@samsung.com>2016-09-23 22:06:13 +0900
committertaeyoung <ty317.kim@samsung.com>2016-09-23 22:13:44 +0900
commit4c454aa061713b307ea36e07dbef95ee0a069e14 (patch)
tree5a904301c2aea70ee864d0ec2f779e3b173ec7dd /tests
parentf28463f3d87d0cbcf9a66647f455283c0d045a69 (diff)
parent175e5d7fcc47a6f7f480265edfff89e4ea1c6442 (diff)
downloadlibusbg-4c454aa061713b307ea36e07dbef95ee0a069e14.tar.gz
libusbg-4c454aa061713b307ea36e07dbef95ee0a069e14.tar.bz2
libusbg-4c454aa061713b307ea36e07dbef95ee0a069e14.zip
Change-Id: I4965ba341147d86880fb2aac49b196290f1465ec Signed-off-by: taeyoung <ty317.kim@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test.c2
-rwxr-xr-xtests/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.c b/tests/test.c
index 708e257..bd17af9 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -2628,7 +2628,7 @@ static int apply_test_config(FILE *input)
static void print_help()
{
fprintf(stderr,
- "libusbg test suit:\n"
+ "libusbgx test suit:\n"
" --generate-config - generates config to stdout and exit\n"
" --use-config - runs test suit using config from stdin\n"
" -h --help - print this message\n"
diff --git a/tests/test.sh b/tests/test.sh
index f4705ee..45b8e3e 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -14,7 +14,7 @@ then
fi
function usage {
- echo "libusbg test suit"
+ echo "libusbgx test suit"
echo "Usage: ./test.sh [option]"
echo "Options:"
echo " --generate-config filename - generates config to given file and exit"