Skip to content

Commit 5c9a82a

Browse files
committed
add test rule in makefile
1 parent a7ccd3d commit 5c9a82a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ release:
33

44
clean:
55
rm -rf build dist json_logic_qubit.egg-info
6+
7+
test:
8+
python -m unittest tests.py

0 commit comments

Comments
 (0)