-fno-commons build fix 25/87025/4
authorSlava Barinov <v.barinov@samsung.com>
Thu, 19 May 2016 08:18:06 +0000 (11:18 +0300)
committerDongkyun, Son <dongkyun.s@samsung.com>
Wed, 7 Sep 2016 06:41:55 +0000 (15:41 +0900)
Change-Id: I4977edc93911a8b5ba6a1a97ce76d5630071ff41
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
tests/check_check.h [changed mode: 0644->0755]
tests/check_check_master.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 0b385f2..8f9739b
@@ -5,8 +5,7 @@
 #define TIMEOUT_TESTS_ENABLED 1
 #endif
 
-int sub_nfailed;
-int sub_ntests;
+extern int sub_ntests;
 
 void fork_setup (void);
 void fork_teardown (void);
old mode 100644 (file)
new mode 100755 (executable)
index 056d933..056004d
@@ -7,10 +7,12 @@
 #include <assert.h>
 #include "check_check.h"
 
-
 TestResult **tr_fail_array;
 TestResult **tr_all_array;
 
+int sub_nfailed;
+int sub_ntests;
+
 #define MAXSTR 300
 
 typedef struct {