We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running make test does not execute the commands specified in the Makefile. Instead, it shows that the 'test' is up to date (Ubuntu 18.04 x86_64).
make test
Makefile
make test make: 'test' is up to date.
Also, a check target appears to be missing, not that is must be there, just it'd be nice to have it for consistency.
check
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Running
make test
does not execute the commands specified in theMakefile
. Instead, it shows that the 'test' is up to date (Ubuntu 18.04 x86_64).Also, a
check
target appears to be missing, not that is must be there, just it'd be nice to have it for consistency.The text was updated successfully, but these errors were encountered: