aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-12-08 15:03:49 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-12-08 15:03:49 +0200
commit0a676ac900bd7f03a9a056d2b8be64b154f8647a (patch)
tree31ffa87a5095378b880e7a4ac37d1bbf83b40592 /tests/testsuite.at
parent83513bddf4bd6c3ea5d42035bda4aaeae8086628 (diff)
downloadpies-0a676ac900bd7f03a9a056d2b8be64b154f8647a.tar.gz
pies-0a676ac900bd7f03a9a056d2b8be64b154f8647a.tar.bz2
Global env statement.
* NEWS: Update. * doc/pies.texi: Document the global env statement. * src/pies.c: Modify "env" callbacks to expect a envop_t ** as modifiable target. Introduce global env statement. * tests/envglobal.at: New test. * tests/Makefile.am: Add new file.
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 277cf8b..0fef31a 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -77,4 +77,5 @@ m4_include([passfd.at])
m4_include([accept.at])
m4_include([envop.at])
-m4_include([env.at]) \ No newline at end of file
+m4_include([env.at])
+m4_include([envglobal.at])

Return to:

Send suggestions and report system problems to the System administrator.