Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Calculations/testsuite-calculations-mpqc.at

    rabfc95 r605b92  
    3030        ignore,
    3131        ignore)
     32AT_CHECK([tail -n 1 ${FILENAME}_Energy.dat | awk '{print $2}'], 0, [stdout], [stderr])
     33AT_CHECK([cat stdout | awk -v energy=$ENERGY 'function abs(x){return ((x < 0.0) ? -x : x)} {if (abs(($1 - energy)/energy) > 1e-5) exit(1)}'], 0)
     34
    3235AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.