Install rackunit-lib and compiler-lib

Latter provides the `raco test` command.
This commit is contained in:
Greg Hendershott 2015-05-18 21:35:18 -04:00
parent 96953efd06
commit 3e8ce134a2

View File

@ -53,8 +53,8 @@ no
EOF
if [[ "$RACKET_MINIMAL" = "1" ]]; then
echo "Minimal Racket: Installing rackunit package..."
${RACKET_DIR}/bin/raco pkg install --auto --scope installation rackunit
echo "Minimal Racket: Installing packages for raco test..."
${RACKET_DIR}/bin/raco pkg install --auto --scope installation rackunit-lib compiler-lib
fi
exit 0