diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-25 10:03:13 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-25 10:11:06 -0400 |
commit | 75f540e90acae010bec47622411f5fc419222e6b (patch) | |
tree | 229faead5634331cdee17734b30c95272f6395b4 /xmds2/realistic_Rb/Makefile | |
parent | c46fe7ea99c3e7602024a1c1272178859b6a92e9 (diff) | |
download | Nresonances-75f540e90acae010bec47622411f5fc419222e6b.tar.gz Nresonances-75f540e90acae010bec47622411f5fc419222e6b.zip |
added test files for simulations
Diffstat (limited to 'xmds2/realistic_Rb/Makefile')
-rw-r--r-- | xmds2/realistic_Rb/Makefile | 3 |
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 $@ |