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
|
EOF
|
||||||
|
|
||||||
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
||||||
echo "Minimal Racket: Installing rackunit package..."
|
echo "Minimal Racket: Installing packages for raco test..."
|
||||||
${RACKET_DIR}/bin/raco pkg install --auto --scope installation rackunit
|
${RACKET_DIR}/bin/raco pkg install --auto --scope installation rackunit-lib compiler-lib
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user