From 7e4b5de70b8ac4c0edf5d4255c1f9fc48d791852 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Thu, 9 Sep 2010 11:42:55 +0900 Subject: [PATCH] [TC-template] modified --- TC/elm_ts/template/utc_MODULE_API_func.c.in | 1 + 1 file changed, 1 insertion(+) diff --git a/TC/elm_ts/template/utc_MODULE_API_func.c.in b/TC/elm_ts/template/utc_MODULE_API_func.c.in index 710e5a1..6c6febe 100755 --- a/TC/elm_ts/template/utc_MODULE_API_func.c.in +++ b/TC/elm_ts/template/utc_MODULE_API_func.c.in @@ -46,6 +46,7 @@ enum { struct tet_testlist tet_testlist[] = { { utc_@MODULE@_@API@_func_01, POSITIVE_TC_IDX }, { utc_@MODULE@_@API@_func_02, NEGATIVE_TC_IDX }, + { NULL, 0 } }; static void startup(void) -- 2.7.4