From 80e2ae37bcf4cd9a8f54cfaad206794081534c47 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 25 Dec 2018 11:52:44 -0800 Subject: [PATCH] testsuite: Enable color output for tests. --- tests/testsuite.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/testsuite.in b/tests/testsuite.in index ea502079b0..5080901167 100644 --- a/tests/testsuite.in +++ b/tests/testsuite.in @@ -1,4 +1,4 @@ -dnl PSPP - a program for statistical analysis. +dnl PSPP - a program for statistical analysis. -*- autotest -*- dnl Copyright (C) 2017 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify @@ -17,6 +17,8 @@ dnl AT_INIT +m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS]) + # Define SKIP_IF for compatibility with Autotest before 2.64 m4_ifndef([AT_SKIP_IF], [m4_define([AT_SKIP_IF], -- 2.30.2