summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/configfrag.ac26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/configfrag.ac b/tests/configfrag.ac
new file mode 100644
index 0000000..432e710
--- /dev/null
+++ b/tests/configfrag.ac
@@ -0,0 +1,26 @@
+dnl Configure fragment for the test suite.
+
+dnl Copyright 2006 Free Software Foundation, Inc.
+
+dnl Permission to use, copy, modify and distribute this software and its
+dnl documentation is hereby granted, provided that both the copyright
+dnl notice and this permission notice appear in all copies of the
+dnl software, derivative works or modified versions, and any portions
+dnl thereof, and that both notices appear in supporting documentation.
+dnl
+dnl THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS
+dnl "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY
+dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
+dnl USE OF THIS SOFTWARE.
+
+#
+# Programs.
+#
+
+AC_CHECK_PROG([MBCHK], [mbchk], [mbchk], [:])
+
+#
+# Tests.
+#
+
+AC_CONFIG_FILES([tests/test-mbchk], [chmod +x tests/test-mbchk])