aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-28 22:10:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-28 22:10:13 -0300
commitfab1f153ca231936908bfb2ed33537adacbebfa6 (patch)
tree48d91e77e8b222bf422b28dceb01f18b023a18df /Makefile
parent5b6dd528366b6792e16099c628066931d8762134 (diff)
downloadcsv-hasher-fab1f153ca231936908bfb2ed33537adacbebfa6.tar.gz
csv-hasher-fab1f153ca231936908bfb2ed33537adacbebfa6.tar.bz2
Feat: adds --check option for the test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a13c56..8732717 100644
--- a/Makefile
+++ b/Makefile
@@ -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)