Skip to content

Commit 59ef613

Browse files
committed
Use pytest for test_ target
1 parent 3bd6a10 commit 59ef613

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/functional/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ diffbas:
99
test: prepro bin asm bas
1010

1111
test_:
12-
./test_.py
12+
pytest . -k 'test_errmsg or test_cmdline'
13+
# ./test_.py
1314

1415
prepro:
1516
./test.py *.bi

0 commit comments

Comments
 (0)