When flit init --litmus-tests
is used, do not copy Empty.cpp
#316
Labels
documentation
Involves touching documentation
good first issue
A good place to start
python
Involves touching python code
tests
Involves touching tests
Bug Report
Describe the problem
When the user calls
flit init --litmus-tests
, they are likely wanting to just run the litmus tests, or use them as an example for writing their own tests.In the first case, the user will not want the
Empty.cpp
test case in their list of tests since that is misleading, even if the test case is disabled when generating output.In the second case, the user may or may not want
Empty.cpp
as a basis for creating their own test. I would say it is sufficient for them to look at the litmus tests as examples for how to write their own tests andEmpty.cpp
is unnecessary.Suggested Fix
If the
--litmus-tests
option is used forflit init
, then do not includeEmpty.cpp
in the list of files to copy over.I am not sure if documentation needs to be updated anywhere. I do not know if this functionality is currently documented.
The text was updated successfully, but these errors were encountered: