Add tests for g_{get,set,unset}env().

This commit is contained in:
Matthias Clasen
2003-07-28 19:30:05 +00:00
parent f723402708
commit 76cc9a77c6
8 changed files with 111 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2003-07-28 Matthias Clasen <maclas@gmx.de>
* tests/env-test.c: New test for g_{get,set,unset}env().
* tests/Makefile.am (test_programs): Add env-test.
* glib/gutils.h:
* glib/gutils.c: New functions g_setenv() and g_unsetenv(). (#100763)