Skip to content

Commit 2a6ece8

Browse files
committed
through error if now outdated targets are used
1 parent 0aca584 commit 2a6ece8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ test-basic:
3131

3232
# Convenience name for commonly used quick running of tests
3333
tq:
34-
make test-quick
34+
$(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+
3539
# Quick tests, also not using OOMMF tests
3640
test:
3741
cd tests && py.test -v -m "not slow and not run_oommf"

0 commit comments

Comments
 (0)