Candidate_v1.7.0
        stable
      
      
        
          | Last change
 on this file since 1ca493a was             2877c5, checked in by Frederik Heber <heber@…>, 9 years ago | 
        
          | 
FIX: mpqc's test programs needed env SCLIBDIR in case of enable-production.
 for all molecuilder_mpqc.in we also set SCLIBDIR such that validate and
integration tests work as well.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            395 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/sh | 
|---|
| 2 | # | 
|---|
| 3 | # wrapper for testing molecuilder | 
|---|
| 4 |  | 
|---|
| 5 | . ../../atlocal | 
|---|
| 6 |  | 
|---|
| 7 | SCLIBDIR="@abs_top_srcdir@/lib" | 
|---|
| 8 | export SCLIBDIR | 
|---|
| 9 |  | 
|---|
| 10 | if test -e ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc; then | 
|---|
| 11 | ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc "$@" | 
|---|
| 12 | else | 
|---|
| 13 | if test -e ${AUTOTEST_PATH}/molecuilder_mpqc; then | 
|---|
| 14 | ${AUTOTEST_PATH}/molecuilder_mpqc "$@" | 
|---|
| 15 | else | 
|---|
| 16 | echo "Cannot find molecuilder_mpqc executable." | 
|---|
| 17 | exit 127 | 
|---|
| 18 | fi | 
|---|
| 19 | fi | 
|---|
| 20 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.