From 17ce64dbdd165d2c17f9d207bc736c37ec3531ee Mon Sep 17 00:00:00 2001
From: =?utf8?q?Fran=C3=A7ois=20Pinard?= <pinard@iro.umontreal.ca>
Date: Mon, 18 Feb 2008 21:55:13 -0500
Subject: [PATCH] tests/test-one added

---
 tests/test-one | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100755 tests/test-one

diff --git a/tests/test-one b/tests/test-one
new file mode 100755
index 0000000..9746cac
--- /dev/null
+++ b/tests/test-one
@@ -0,0 +1,17 @@
+#!/bin/sh
+# Execute a suite made up of one, or only a few `m4' files.
+# Copyright © 1998 Progiciels Bourbeau-Pinard inc.
+# François Pinard <pinard@iro.umontreal.ca>, 1998.
+
+if test -f atconfig; then
+  . ./atconfig
+else
+  echo >&2 'Execute from the testing directory in the build hierarchy.'
+  echo >&2 '  (a typical call is: ../../tests/test-one t-exclude.m4).'
+  exit 1
+fi
+
+grep AT_INIT $at_srcdir/suite.m4 \
+| m4 -I $at_srcdir atgeneral.m4 - $* | cat -s > one
+
+sh one
-- 
2.49.0