Skip to content
Snippets Groups Projects
Commit 0a4468a0 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Use simpler SDA test

parent 707e9cd1
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,7 @@ class Sda(MakefilePackage):
@run_after('install')
def test_install(self):
# prepare grid
with working_dir(self.prefix.examples + '/lysozymes/prepare_grids_and_ecm'):
run_script = Executable('bash')
run_script('./run_ed_hd_ecm.sh')
# run random test
with working_dir(self.prefix.examples + '/lysozymes/unit_test'):
test = Executable(self.prefix.bin.test_force_energy2)
test('128_lysph6_2interactions.in')
with working_dir(self.prefix.examples + '/bnbs/bnbs_assoc_hits'):
sda_flex = Executable(self.prefix.bin + '/sda_flex')
sda_flex('sda_association_0.in')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment