Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apparent package mismatch between .asd file and actual test file #45

Open
dfmorrison opened this issue May 19, 2021 · 0 comments
Open

Comments

@dfmorrison
Copy link
Contributor

It appears the .asd file thinks the package the tests are in is "CL-CSV/TEST", but the actually tests in tests/csv.lisp think it's "CL-CSV-TEST". Unsurprisingly, this is problematic when trying to get ASDF to run them.

That said, bypassing ASDF and just doing (cl-csv-test::run-all-tests) appears to get the job done, albeit one of the tests currently appears to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant