2020-10-06 18:32:42 -05:00
|
|
|
init:
|
2020-10-27 22:20:38 -05:00
|
|
|
pip3 install --user -r requirements.txt
|
2020-10-06 18:32:42 -05:00
|
|
|
|
|
|
|
test:
|
2020-10-27 22:20:38 -05:00
|
|
|
python3 -m unittest -v tests/test_bit.py
|
|
|
|
python3 -m unittest -v tests/test_bits.py
|
|
|
|
python3 -m unittest -v tests/test_bytes.py
|
2020-10-06 18:32:42 -05:00
|
|
|
|
|
|
|
.PHONY: init test
|
|
|
|
|
|
|
|
|