aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-19 10:09:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-19 10:09:05 +0000
commit15dd90ace6c0bf8c0865a4b9e5d3be64bd326ce2 (patch)
treefa93af133e5132c1ab42def4235e642d4be2b31e /tests
parent4373f54bad038dc3193676fc97203ed0a3cd1bf4 (diff)
downloadcflow-15dd90ace6c0bf8c0865a4b9e5d3be64bd326ce2.tar.gz
cflow-15dd90ace6c0bf8c0865a4b9e5d3be64bd326ce2.tar.bz2
(TESTSUITE_AT): Add Add attr.at,awrapper.at,pwrapper.at
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index d8b13cc..736bf34 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -38,7 +38,7 @@ AT_DATA([prog],[$1
])
CFLOW_CHECK_PROG([prog],m4_shift($@))])
-m4_define([CFLOW_ENV],[
+m4_define([CFLOW_OPT],[
m4_pushdef([TEST_CFLOW_OPTIONS],[$1])
$2
m4_popdef([TEST_CFLOW_OPTIONS])])
@@ -53,5 +53,8 @@ m4_include([version.at])
m4_include([direct.at])
m4_include([reverse.at])
m4_include([recurse.at])
+m4_include([attr.at])
+m4_include([awrapper.at])
+m4_include([pwrapper.at])
# End of testsuite.at

Return to:

Send suggestions and report system problems to the System administrator.