Skip to content

Commit 87a3ba9

Browse files
committed
Updating Makefile to ignore 34 RDM test unless specified
1 parent 24a1fb0 commit 87a3ba9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ all: pyci/_pyci.so.$(PYCI_VERSION) pyci/_pyci.so.$(VERSION_MAJOR) pyci/_pyci.so
7676
test:
7777
@set -e; $(PYTHON) -m pytest -sv ./pyci
7878

79+
.PHONY: test-bigmem
80+
test-bigmem:
81+
@set -e; $(PYTHON) -m pytest -sv ./pyci --bigmem
82+
7983
.PHONY: clean
8084
clean:
8185
rm -rf pyci/src/*.o pyci/_pyci.so*

0 commit comments

Comments
 (0)