Add unified image-util-testsuite and remove old tests 96/206996/14
authorjiyong.min <jiyong.min@samsung.com>
Thu, 30 May 2019 00:43:52 +0000 (09:43 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Mon, 3 Jun 2019 23:36:26 +0000 (08:36 +0900)
commit7f5a06155d5a5c31da8a08ece04044cb56cd8d80
treed32a03528d1acba494a6922a28ffae8d73c176bd
parent7c094d5dbd5caace2c698088273640aa1bf535d9
Add unified image-util-testsuite and remove old tests

 - This supports all CAPIs in image-util

 SYNOPSIS
   capi-image-util-test [file | directory] [test_mode]

   ex
   ./capi-image-util-test test.jpg 0

 DESCRIPTION
   'capi-image-util-test' is testsuites for image-util.
   It can test all kind of CAPI in image-util.

   Most often capi-image-util-test is started to test a single file with the command

   ./capi-image-util-test [file]

   If the file is missing, the program will start with set path menu.

   help        Give a help message and exit, just like "-h", "-help" and "--help"

   [file]      A file to test. The test file should be jpg/png/gif/bmp or raw data.
               If the file is raw data, the program will request another information
               , size & color, of the raw data.

   [directory] A directory that has lots of images to encode a-gif.

   [test_mode] A mode to test. This is optional.
               If the mode is missing, the program will give the select message.
               0: Auto, 1: decode, 2: encode, 3: encode a-gif, 4: transform

Change-Id: If8b3d288cc75c27c9d2312296c6cb9623a2a6b52
CMakeLists.txt
decode-test/CMakeLists.txt [deleted file]
decode-test/image_util_decode_encode_testsuite.c [deleted file]
test/CMakeLists.txt
test/image_util_test.c [deleted file]
test/image_util_testsuite.c [new file with mode: 0644]