Skip to content

Commit 0aca584

Browse files
committed
make default 'test' target to be quick, and not depend on OOMMF
1 parent aaff590 commit 0aca584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clean:
2020
create-dirs:
2121
mkdir -p test-reports/junit
2222

23-
test: create-dirs
23+
test-all: create-dirs
2424
py.test -v --junitxml=$(PROJECT_DIR)/test-reports/junit/test-pytest.xml
2525

2626
test-without-run-oommf: create-dirs
@@ -33,7 +33,7 @@ test-basic:
3333
tq:
3434
make test-quick
3535
# Quick tests, also not using OOMMF tests
36-
test-quick:
36+
test:
3737
cd tests && py.test -v -m "not slow and not run_oommf"
3838

3939

0 commit comments

Comments
 (0)