Closed DieracDelta closed 4 years ago
Tests look good! I'm currently getting three timeouts on the integration tests, on nqueens 17, 18, and 19. Is this expected? If not, what are your thoughts an allowing the use to specify their own timeout when invoking the tests? We can leave that for a separate PR since it's a separate issue.
Based on @fortunac's feedback, I've made some changes:
test_wp.ml
into several files:
test_wp_utils.ml
which contains helper functions used by both the unit and integration tests.test_wp_unit.ml
which declares the unit test suite.test_wp_integration.ml
which declares the integration test suite.
This PR addresses #237, and adds in a couple of changes:
make test
) as they take a while and include a couple timeouts.make test.plugin.integration
from thewp
directory ormake test.integration
from theplugin
directory.apt-get install clang
). Do we have a place to list dependencies?