asdf-community / asdf-racket

Racket plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
12 stars 6 forks source link

`make test` target not working #11

Closed nandalopes closed 4 months ago

nandalopes commented 10 months ago

Provide environment information

OS:
Linux home-PC-N 6.2.0-1014-lowlatency #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 13 17:11:42 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

SHELL:
GNU bash, versão 5.1.16(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
Licença GPLv3+: GNU GPL versão 3 ou posterior <http://gnu.org/licenses/gpl.html>.

Este é um software livre; você é livre para alterar e redistribuí-lo.
Há NENHUMA GARANTIA, na extensão permitida pela lei.

BASH VERSION:
5.1.16(1)-release

ASDF VERSION:
v0.13.1-0586b37

ASDF INTERNAL VARIABLES:
ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions
ASDF_DATA_DIR=$HOME/.asdf
ASDF_DIR=$HOME/.asdf
ASDF_CONFIG_FILE=$HOME/.asdfrc

ASDF INSTALLED PLUGINS:
alias                        https://github.com/andrewthauer/asdf-alias.git main 1209ad5
bats                         https://github.com/timgluz/asdf-bats.git main 299551f
direnv                       https://github.com/asdf-community/asdf-direnv.git master 2b649c8
golang                       https://github.com/kennyp/asdf-golang.git master 33b1f6d
neovim                       https://github.com/richin13/asdf-neovim.git master 0b7b611
nodejs                       https://github.com/asdf-vm/asdf-nodejs.git master 9c4e0f2
php                          https://github.com/asdf-community/asdf-php.git master 1eaf4de
racket                       https://github.com/asdf-community/asdf-racket.git master d90df36
ruby                         https://github.com/asdf-vm/asdf-ruby.git master 4e5b177
rust                         https://github.com/code-lever/asdf-rust.git master 95acf4f
shellcheck                   https://github.com/luizm/asdf-shellcheck.git master b160a52
shfmt                        https://github.com/luizm/asdf-shfmt.git master a42c5ff
vim                          https://github.com/tsuyoshicho/asdf-vim.git master 50b2231
yarn                         https://github.com/twuni/asdf-yarn.git main 376c540
zig                          https://github.com/cheetah/asdf-zig.git master d88f6db

To Reproduce

Run make test inside asdf racket plugin dir.

Describe the Bug

Running make test gives the following error message: Error: Test file "$HOME/.asdf/plugins/racket/test" does not exist

Expected Behaviour

Run a set of tests, and get a failure or success.