diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-01-28 22:10:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-01-28 22:10:13 -0300 |
commit | fab1f153ca231936908bfb2ed33537adacbebfa6 (patch) | |
tree | 48d91e77e8b222bf422b28dceb01f18b023a18df /Makefile | |
parent | 5b6dd528366b6792e16099c628066931d8762134 (diff) | |
download | csv-hasher-fab1f153ca231936908bfb2ed33537adacbebfa6.tar.gz csv-hasher-fab1f153ca231936908bfb2ed33537adacbebfa6.tar.bz2 |
Feat: adds --check option for the test suite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ sample: pipenv run ./csv-sampler.py --iterations $(SAMPLE_ITERATIONS) --rows_per_iteration $(SAMPLE_ROWS_PER_ITERATION) $(SAMPLE) test-sample: - pipenv run ./csv-hasher.py --chunksize $(CHUNKSIZE) $(SAMPLE) $(OUTPUT) $(COLNAME) + pipenv run ./csv-hasher.py --check --chunksize $(CHUNKSIZE) $(SAMPLE) $(OUTPUT) $(COLNAME) show-test-output: head -$(CHECK_LINES) $(SAMPLE) |