Compile test libraries in default path The cffi-tests system tries to compile three test shared libraries. By default it does so in the source directory, which is not writeable by the user (since it is under /usr). This patch changes the compilation directory to be *default-pathname-defaults*, so that it can be customized. In particular, this is used for autopkgtest (see debian/tests/runtests.lisp).