File: test_molc.sh

package info (click to toggle)
moltemplate 2.22.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,084 kB
  • sloc: python: 25,770; sh: 3,746; tcl: 170; makefile: 14; awk: 4
file content (13 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

test_oplsaa() {
  cd tests/
    cd test_molc_files/
      moltemplate.sh -atomstyle "hybrid molecular ellipsoid" -molc system.lt
      assertTrue "system.data file not created" "[ -s system.data ]"
      assertTrue "system.in.settings file not created" "[ -s system.in.settings ]"
    cd ../
  cd ../
}

. tests/shunit2/shunit2