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

Fix regression where test targets don’t have anything to build on executable-producing projects. #21

Open
nicholatian opened this issue Mar 22, 2021 · 0 comments
Labels

Comments

@nicholatian
Copy link
Member

When compiling the cov, asan and ubsan targets on library code, Slick is supposed to defer to TES batteries. If there are no batteries, there is nothing to build.

With projects that produce standalone executables, this is not the approach. Instead, Slick will build the executable as normal and instrument it for coverage, A-san or UB-san as requested.

This regression happened since TES support was rebuilt after having rusted during the 1.3 release series, and was overlooked as at the time I was dogfooding 1.4 stuff using library code. It should be an easy fix.

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

No branches or pull requests

1 participant