Pass arguments to test binary from flit make
#240
Labels
documentation
Involves touching documentation
enhancement
make
Involves touching GNU Makefiles
python
Involves touching python code
tests
Involves touching tests
Feature Request
Describe the new feature:
Right now, if I run
flit make
, it runs each test in its default configuration, running all precisions and timing tests. However, for certain cases (e.g. preliminary tests), I would like to only run a single precision, and not have to use timing tests. Currently, I have to do this manually.Suggested change:
Add an option similar to
--make-args
, possibly called--test-args
, which forwards arguments to the test binaries.Alternative approaches:
Doing it manually is a workaround, but it takes a little time to figure out how to do it right.
The text was updated successfully, but these errors were encountered: