Merging tizen into ckm. Stage 1.
[platform/core/test/security-tests.git] / tests / common / tests_common.h
index 02cb483..dab6d75 100644 (file)
@@ -41,6 +41,7 @@ const uid_t APP_UID = 5003;
 const gid_t APP_GID = 5003;
 const uid_t DB_ALARM_UID = 6001;
 const gid_t DB_ALARM_GID = 6001;
+const std::string TMP_DIR("/tmp");
 
 int smack_runtime_check(void);
 int smack_check(void);
@@ -49,6 +50,7 @@ void setLabelForSelf(const int line, const char *label);
 void add_process_group(const char* group_name);
 void remove_process_group(const char* group_name);
 std::string formatCstr(const char *cstr);
+int files_compare(int fd1, int fd2);
 
 #define RUNNER_TEST_SMACK(Proc)                                                     \
     void Proc();                                                                    \