From 0a676ac900bd7f03a9a056d2b8be64b154f8647a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 8 Dec 2020 15:03:49 +0200 Subject: 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. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 6a9a0d8..62cdb31 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -54,6 +54,7 @@ TESTSUITE_AT = \ control.at\ cyclic.at\ env.at\ + envglobal.at\ envop.at\ expandenv.at\ inet.at\ -- cgit v1.2.1