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

make test #528

Open
UnixJunkie opened this issue Feb 3, 2014 · 2 comments
Open

make test #528

UnixJunkie opened this issue Feb 3, 2014 · 2 comments

Comments

@UnixJunkie
Copy link
Member

could take an optional argument which is the module to test (just this particular one).
Current default is all, and super slow.

@UnixJunkie
Copy link
Member Author

On my computer:

time make test
real    3m2.768s

@gasche
Copy link
Member

gasche commented Feb 3, 2014

The TESTABLE variable is supposed to let us select specific modules to test, but I'm not sure it is supported by qtest. Making it work more smoothly would indeed be very nice. There is also work to be done to detect tests that are too slow and change them, or disable them by default, with possibly a test-slow target that we could run less often. I initially thought randomized tests were the culprits, but c-cube remarked that it in fact seems to come from the testsuite part.

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

No branches or pull requests

2 participants