output of make ... test pasted by outtabwz on Sun Aug 2 19:46:21 2020

Warning: Too many argument values
  In file `multiple-values.scm:9',
  At the toplevel,
  In procedure call:

    (f (scheme#values 1 2 3))

  Argument #1 to procedure `f' returns 3 values but 1 is expected.

  It is a call to `values' from module `scheme' which has this type:

    (procedure (#!rest values) . *)

  This is the expression:

    (scheme#values 1 2 3)
""gcc" "a.c" -o "a.obj" -c  -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTAB
LES -Os -IC:\\Messages\\build\\chicken-5.2.0\\tests/.. -IC:/Messages/build/chicken/include/chick
en"
rm a.c
""gcc" "a.obj" -o "a.out" -Wl,--enable-auto-import -LC:\\Messages\\build\\chicken-5.2.0\\tests/.
. -LC:\\Messages\\build\\chicken-5.2.0\\tests/.. -lchicken -lm -lws2_32"
rm a.obj
======================================== done.
PS C:\Messages\build\chicken-5.2.0>

more output from make ... test added by outtabwz on Sun Aug 2 19:48:52 2020

== executable tests ==
(PASS) program-name
(PASS) executable-pathname
  2 tests completed in 0.000 seconds
  2 (100.00%) tests passed
  0 (0.00%) tests failed
-- executable tests --


 TOTALS:
  2 tests completed in 0.000 seconds
  2 (100.00%) tests passed
  0 (0.00%) tests failed
======================================== embedding (1) ...