Skip to content

Commit cadec71

Browse files
committed
update Makefile [skip ci]
1 parent 56d30a4 commit cadec71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ format: tool
6464
test-all: test-example test
6565

6666
test: tool
67-
[ -n "$(MODULE)" ] && module="--no-cov tests/test_$(MODULE).py" || module=; \
67+
[ -n "$(MODULE)" ] && module="--no-cov tests/test_$(MODULE).py" || module=tests; \
6868
. .venv/bin/activate && export PATH=./tools/SPTK/bin:$$PATH NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS=0 PYLSTRAIGHT_DEBUG=1 && \
6969
python -m pytest $$module $(OPT)
7070

7171
test-example: tool
72-
[ -n "$(MODULE)" ] && module=modules/$(MODULE).py || module=; \
72+
[ -n "$(MODULE)" ] && module=modules/$(MODULE).py || module=modules; \
7373
. .venv/bin/activate && export NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS=0 && \
7474
python -m pytest --doctest-modules --no-cov --ignore=$(PROJECT)/third_party $(PROJECT)/$$module
7575

0 commit comments

Comments
 (0)