xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
122 stars 26 forks source link

Test that buildapp does not see `--dynamic-space-size` #41

Open rpgoldman opened 8 months ago

rpgoldman commented 8 months ago

Running the tests/runtime-args-test.sh on this branch (after make) as

cd tests
BUILDAPP=../buildapp ./runtime-args-test.sh

will describe the dumper object after parsing the command line, demonstrating that the dynamic-space-size slot is unset.

This branch should not be merged, but checking it out and running the test will demonstrate #36 which is the rationale for #39