We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aca584 commit 2a6ece8Copy full SHA for 2a6ece8
Makefile
@@ -31,7 +31,11 @@ test-basic:
31
32
# Convenience name for commonly used quick running of tests
33
tq:
34
- make test-quick
+ $(error This target 'tq' has been removed, please update the code calling this)
35
+
36
+test-quick:
37
+ $(error This target 'test-quick' has been removed, please update the code calling this)
38
39
# Quick tests, also not using OOMMF tests
40
test:
41
cd tests && py.test -v -m "not slow and not run_oommf"
0 commit comments