tc: Add member variable for choosing backend on Config 42/163842/2
authorHoyub Lee <hoyub.lee@samsung.com>
Wed, 13 Dec 2017 12:10:08 +0000 (21:10 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 14 Dec 2017 04:26:50 +0000 (04:26 +0000)
Change-Id: Ifd04a8f8c5840248d234b1b2fdb82d28b598f4ee
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
tc/src/tpl-test_base.h

index 309400a..071357e 100644 (file)
@@ -31,6 +31,7 @@ typedef struct {
        int width;
        int height;
        int depth;
+       tpl_backend_type_t backend;
 } Config;