You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: c/check-subunit-0.9.5.patch
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
+ enable_subunit=false
85
85
+ ;;
86
86
+ true)
87
-
+ AC_MSG_ERROR([The header subunit/child.h could not be succesfully included and is required for subunit protocol support. The homepage for subunit is https://launchpad.net/subunit/])
87
+
+ AC_MSG_ERROR([The header subunit/child.h could not be successfully included and is required for subunit protocol support. The homepage for subunit is https://launchpad.net/subunit/])
88
88
+ ;;
89
89
+ esac
90
90
+])
@@ -171,7 +171,7 @@
171
171
+
172
172
+Check supports running test suites with subunit output. This can be useful to
173
173
+combine test results from multiple languages, or to perform programmatic
174
-
+analysis on the results of multiple check test suites or otherise handle test
174
+
+analysis on the results of multiple check test suites or otherwise handle test
175
175
+results in a programmatic manner. Using subunit with check is very straight
176
176
+forward. There are two steps:
177
177
+1) In your check test suite driver pass 'CK_SUBUNIT' as the output mode
Copy file name to clipboardExpand all lines: c/check-subunit-0.9.6.patch
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
+ enable_subunit=false
78
78
+ ;;
79
79
+ true)
80
-
+ AC_MSG_ERROR([The header subunit/child.h could not be succesfully included and is required for subunit protocol support. The homepage for subunit is https://launchpad.net/subunit/])
80
+
+ AC_MSG_ERROR([The header subunit/child.h could not be successfully included and is required for subunit protocol support. The homepage for subunit is https://launchpad.net/subunit/])
81
81
+ ;;
82
82
+ esac
83
83
+])
@@ -164,7 +164,7 @@
164
164
+
165
165
+Check supports running test suites with subunit output. This can be useful to
166
166
+combine test results from multiple languages, or to perform programmatic
167
-
+analysis on the results of multiple check test suites or otherise handle test
167
+
+analysis on the results of multiple check test suites or otherwise handle test
168
168
+results in a programmatic manner. Using subunit with check is very straight
169
169
+forward. There are two steps:
170
170
+1) In your check test suite driver pass 'CK_SUBUNIT' as the output mode
0 commit comments