2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-04 16:25:17 +00:00

tests: Enable color output for unit tests, if available.

Reference thread in mailing list:
http://openvswitch.org/pipermail/discuss/2016-May/021339.html

Signed-off-by: Flavio Fernandes <flavio@flaviof.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Flavio Fernandes
2016-05-18 11:00:49 -04:00
committed by Ben Pfaff
parent bea56d8ffe
commit 1d349d0911
3 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License.]) limitations under the License.])
m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
m4_include([tests/ovs-macros.at]) m4_include([tests/ovs-macros.at])
m4_include([tests/ovsdb-macros.at]) m4_include([tests/ovsdb-macros.at])
m4_include([tests/ofproto-macros.at]) m4_include([tests/ofproto-macros.at])

View File

@@ -14,6 +14,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License.]) limitations under the License.])
m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
m4_include([tests/ovs-macros.at]) m4_include([tests/ovs-macros.at])
m4_include([tests/ovsdb-macros.at]) m4_include([tests/ovsdb-macros.at])
m4_include([tests/ofproto-macros.at]) m4_include([tests/ofproto-macros.at])

View File

@@ -14,6 +14,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License.]) limitations under the License.])
m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
m4_include([tests/ovs-macros.at]) m4_include([tests/ovs-macros.at])
m4_include([tests/ovsdb-macros.at]) m4_include([tests/ovsdb-macros.at])
m4_include([tests/ofproto-macros.at]) m4_include([tests/ofproto-macros.at])