hdf5_format.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 t.checklist = { \
4  'finab.dat' : { 'method':'exists' }, \
5  'WinNet_data.h5' : { 'method':'exists' }, \
6 }
7 t.program = t.basedir + "/bin/winnet"
8 t.testdir = t.basedir + "/test/" + t.testname
9 t.logfile = t.testdir + ".log"
10 t.arcfile = t.testdir + ".tar.gz"