aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 2d42d4d..eaad2f1 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of grecs - Gray's Extensible Configuration System -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2014 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -79,6 +79,12 @@ AT_BANNER([Sort])
m4_include([sort00.at])
m4_include([sort01.at])
+AT_BANNER([Include])
+m4_include([incl00.at])
+m4_include([incl01.at])
+m4_include([incl02.at])
+m4_include([incl03.at])
+
m4_ifdef([ENABLE_BIND_PARSER],[
AT_BANNER([BIND Parser])
m4_include([parser-bind.at])

Return to:

Send suggestions and report system problems to the System administrator.