test: setenv.

This commit is contained in:
Jan Nieuwenhuizen 2019-10-27 14:06:54 +01:00
parent cda1c54517
commit 3a67dc36a5
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ test_list ()
int
main (int argc, char **argv, char **envp)
{
setenv ("MES_ARENA", "100", 1);
setenv ("MES_MAX_ARENA", "100", 1);
gc_init ();
#if POINTER_CELLS
cell_zero = g_cells;