/define CONFIG_VALUE_LEN_MAX 1024/{i\
#define CONFIG_VALUE_LEN_MAX 1024\
-#define CONFIGFILE_PATH "/home/owner/share/TC_Config.txt"\
+#define CONFIGFILE_PATH "/home/owner/share/TCT_Preconditions.txt"\
#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
#define ERR_LOG "/tmp/tclog"\
#define ERR_UTC_LOG "/tmp/utclog"\
/define CONFIG_VALUE_LEN_MAX 1024/{i\
#define CONFIG_VALUE_LEN_MAX 1024\
-#define CONFIGFILE_PATH "/home/owner/share/TC_Config.txt"\
+#define CONFIGFILE_PATH "/home/owner/share/TCT_Preconditions.txt"\
#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
#define ERR_LOG "/tmp/tclog"\
#define ERR_UTC_LOG "/tmp/utclog"\
/define CONFIG_VALUE_LEN_MAX 1024/{i\
#define CONFIG_VALUE_LEN_MAX 1024\
-#define CONFIGFILE_PATH "/home/owner/share/TC_Config.txt"\
+#define CONFIGFILE_PATH "/home/owner/share/TCT_Preconditions.txt"\
#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
#define ERR_LOG "/tmp/tclog"\
#define ERR_UTC_LOG "/tmp/utclog"\
/define CONFIG_VALUE_LEN_MAX 1024/{i\
#define CONFIG_VALUE_LEN_MAX 1024\
-#define CONFIGFILE_PATH "/home/owner/share/TC_Config.txt"\
+#define CONFIGFILE_PATH "/home/owner/share/TCT_Preconditions.txt"\
#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
#define ERR_LOG "/tmp/tclog"\
#define ERR_UTC_LOG "/tmp/utclog"\
SET(SPEEDCHECK 0)
SET(MEMORYCHECK 0)
SET(DEBUGVAL 0)
- SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
SET(TCT_CONFIG "\"/home/owner/share/TCT_CONFIG\"")
SET(ERR_LOG "\"/tmp/tclog\"")
SET(ERR_UTC_LOG "\"/tmp/utclog\"")
add_definitions(-DSPEED_CHECK=${SPEEDCHECK})
add_definitions(-DMEMORY_CHECK=${MEMORYCHECK})
add_definitions(-DDEBUG=${DEBUGVAL})
- add_definitions(-DCONFIGFILE_PATH=${CONFIGFILEPATH})
add_definitions(-DTCT_CONFIG=${TCT_CONFIG})
add_definitions(-DERR_LOG=${ERR_LOG})
add_definitions(-DERR_UTC_LOG=${ERR_UTC_LOG})
SET(SPEEDCHECK 0)
SET(MEMORYCHECK 0)
SET(DEBUGVAL 0)
- SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
+ SET(CONFIGFILEPATH "\"/home/owner/share/TCT_Preconditions.txt\"")
SET(ERR_LOG "\"/tmp/tclog\"")
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL armv7l)
SET(ARCHTYPE "\"armv7l\"")
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_start, download_cancel, download_get_content_name
* @passcase if download_get_content_name returns success and all supporting returns success
* @failcase if download_get_content_name returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_get_content_name_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_start, download_cancel, download_get_content_size
* @passcase if download_get_content_size returns success and all supporting returns success
* @failcase if download_get_content_size returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_get_content_size_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_start, download_get_downloaded_file_path
* @passcase if download_get_downloaded_file_path returns success and all supporting returns success
* @failcase if download_get_downloaded_file_path returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_get_downloaded_file_path_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_set_url, download_start, download_get_etag
* @passcase if download_get_etag returns success and all supporting returns success
* @failcase if download_get_etag returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url having etag response must be updated as URLDOWNLOAD_URLWITHETAG_I586 or URLDOWNLOAD_URLWITHETAG_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url having etag response must be updated as URLDOWNLOAD_URLWITHETAG_I586 or URLDOWNLOAD_URLWITHETAG_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_get_etag_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_set_url, download_start, download_get_etag
* @passcase if download_get_etag returns success and all supporting returns success
* @failcase if download_get_etag returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url having etag response must be updated as URLDOWNLOAD_URLWITHETAG_I586 or URLDOWNLOAD_URLWITHETAG_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url having etag response must be updated as URLDOWNLOAD_URLWITHETAG_I586 or URLDOWNLOAD_URLWITHETAG_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_get_etag_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_start, download_get_http_status
* @passcase if download_get_http_status returns success and all supporting returns success
* @failcase if download_get_http_status returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_get_http_status_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_start, download_get_mime_type
* @passcase if download_get_mime_type returns success and all supporting returns success
* @failcase if download_get_mime_type returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_get_mime_type_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb,download_start, download_cancel
* @passcase if download_set_state_changed_cb, download_unset_state_changed_cb returns success and callback is called after downloading state is changed after callback is registered also callback should not be called after downloading state is changed after callback is unregistered
* @failcase if download_set_state_changed_cb, download_unset_state_changed_cb returns fail or callback is not called after downloading state is changed after callback is registered or if callback is called after downloading state is changed after callback is unregistered
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct URL of a file to be downloaded must be updated as URLDOWNLOAD_URL_I586 or URLDOWNLOAD_URL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct URL of a file to be downloaded must be updated as URLDOWNLOAD_URL_I586 or URLDOWNLOAD_URL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_set_get_state_changed_cb_p(void)
* @apicovered download_set_progress_cb, download_unset_progress_cb, download_start, download_cancel
* @passcase if download_set_progress_cb, download_unset_progress_cb returns success and callback is called after downloading progress is changed after callback is registered also callback should not be called after downloading progress is changed after callback is unregistered
* @failcase if download_set_progress_cb, download_unset_progress_cb returns fail or callback is not called after downloading progress is changed after callback is registered or if callback is called after downloading progress is changed after callback is unregistered
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct URL of a file to be downloaded must be updated as URLDOWNLOAD_URL_I586 or URLDOWNLOAD_URL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct URL of a file to be downloaded must be updated as URLDOWNLOAD_URL_I586 or URLDOWNLOAD_URL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_set_unset_progress_cb_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_start, download_cancel
* @passcase if download_start, download_cancel returns success and all supporting returns success
* @failcase if download_start, download_cancel returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct URL of a file to be downloaded must be updated as URLDOWNLOAD_URL_I586 or URLDOWNLOAD_URL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct URL of a file to be downloaded must be updated as URLDOWNLOAD_URL_I586 or URLDOWNLOAD_URL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_start_cancel_p(void)
* @apicovered download_set_state_changed_cb, download_unset_state_changed_cb, download_start, download_pause, download_cancel
* @passcase if download_pause returns success and all supporting returns success
* @failcase if download_pause returns fail or any supporting API fails
-* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TC_Config.txt
+* @precondition device must be connected to outside world through a working network using WiFi or Data Network, download request must be created, Correct url of a large size file must be updated as URLDOWNLOAD_DOWNLOADURL_I586 or URLDOWNLOAD_DOWNLOADURL_ARM in TCT_Preconditions.txt
* @postcondition unload all data concerning a download id from memory
*/
int ITc_download_pause_p(void)
SET(EXEC_NAME "tct-${PKG_NAME}-core")
SET(RPM_NAME "core-${PKG_NAME}-tests")
-SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
SET(CAPI_LIB "capi-messaging-email")
SET(TC_SOURCES
utc-messaging-email.c
INSTALL(PROGRAMS ${EXEC_NAME}
DESTINATION ${BIN_DIR}/${RPM_NAME}/bin
)
-add_definitions(-DCONFIGFILE_PATH=${CONFIGFILEPATH})
IF( DEFINED ASAN )
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -Wall -pie -g -fsanitize=address -fsanitize-recover=address -U_FORTIFY_SOURCE -fno-omit-frame-pointer")
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib -Wl,-fsanitize=address")
SET(EXEC_NAME "tct-${PKG_NAME}-core")
SET(RPM_NAME "core-${PKG_NAME}-tests")
-SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
SET(CAPI_LIB "capi-network-inm")
SET(TC_SOURCES
DESTINATION ${BIN_DIR}/${RPM_NAME}/bin
)
-add_definitions(-DCONFIGFILE_PATH=${CONFIGFILEPATH})
IF( DEFINED ASAN )
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -Wall -pie -g -fsanitize=address -fsanitize-recover=address -U_FORTIFY_SOURCE -fno-omit-frame-pointer")
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib -Wl,-fsanitize=address")
SET(RPM_NAME "core-${PKG_NAME}-tests")
SET(CAPI_LIB "capi-messaging-messages")
-SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
SET(TC_SOURCES
utc-messaging-messages.c
)
SET(EXEC_NAME "tct-${PKG_NAME}-core")
SET(RPM_NAME "core-${PKG_NAME}-tests")
-SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
SET(CAPI_LIB "capi-media-player")
IF(DEFINED TIZENIOT)
SET(TC_SOURCES
SET(EXEC_NAME "tct-${PKG_NAME}-core")
SET(RPM_NAME "core-${PKG_NAME}-tests")
-SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
SET(CAPI_LIB "capi-media-screen-mirroring")
SET(TC_SOURCES
utc-media-screen-mirroring-sink.c
INSTALL(PROGRAMS ${EXEC_NAME}
DESTINATION ${BIN_DIR}/${RPM_NAME}/bin
)
-add_definitions(-DCONFIGFILE_PATH=${CONFIGFILEPATH})
IF( DEFINED ASAN )
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -Wall -pie -g -fsanitize=address -fsanitize-recover=address -U_FORTIFY_SOURCE -fno-omit-frame-pointer")
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib -Wl,-fsanitize=address")
SET(EXEC_NAME "tct-${PKG_NAME}-core")
SET(RPM_NAME "core-${PKG_NAME}-tests")
-SET(CONFIGFILEPATH "\"/home/owner/share/TC_Config.txt\"")
SET(CAPI_LIB "capi-network-wifi-manager")
SET(TC_SOURCES
DESTINATION ${BIN_DIR}/${RPM_NAME}/bin
)
-add_definitions(-DCONFIGFILE_PATH=${CONFIGFILEPATH})
IF( DEFINED ASAN )
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -Wall -pie -g -fsanitize=address -fsanitize-recover=address -U_FORTIFY_SOURCE -fno-omit-frame-pointer")
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib -Wl,-fsanitize=address")