summaryrefslogtreecommitdiff
path: root/xmds2/realistic_Rb/Makefile
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-09-25 10:03:13 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2012-09-25 10:11:06 -0400
commit75f540e90acae010bec47622411f5fc419222e6b (patch)
tree229faead5634331cdee17734b30c95272f6395b4 /xmds2/realistic_Rb/Makefile
parentc46fe7ea99c3e7602024a1c1272178859b6a92e9 (diff)
downloadNresonances-75f540e90acae010bec47622411f5fc419222e6b.tar.gz
Nresonances-75f540e90acae010bec47622411f5fc419222e6b.zip
added test files for simulations
Diffstat (limited to 'xmds2/realistic_Rb/Makefile')
-rw-r--r--xmds2/realistic_Rb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmds2/realistic_Rb/Makefile b/xmds2/realistic_Rb/Makefile
index e088e15..34d73e1 100644
--- a/xmds2/realistic_Rb/Makefile
+++ b/xmds2/realistic_Rb/Makefile
@@ -46,6 +46,9 @@ $(png_targets): %.png : %.pdf
pdf: $(pdf_targets)
+test:
+ cd tests; ./run_tests.py
+
$(pdf_targets): %.pdf : %.eps
cat $< | ps2eps -B > __tt.eps
epspdf __tt.eps $@