Install rackunit-lib and compiler-lib
Latter provides the `raco test` command.
This commit is contained in:
parent
96953efd06
commit
3e8ce134a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user