Changeset 2694


Ignore:
Timestamp:
Feb 28, 2012, 2:00:35 PM (11 years ago)
Author:
Peter
Message:

extend test to check that cache is caching. closes #496

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/yat_m4_test.sh

    r2608 r2694  
    3838                  [AC_MSG_ERROR([could not find required version of yat])])
    3939YAT_CHECK_HEADER(,[AC_MSG_ERROR([could not find yat headers])])
    40 YAT_LDADD=\`\$yat_config --link-libtool\` 
     40YAT_LDADD=\`\$yat_config --link-libtool\`
    4141AC_SUBST(YAT_LDADD)
    4242AC_CONFIG_FILES([Makefile])
     
    4545
    4646bootstrap
    47 ./configure --with-yat=$abs_top_builddir/build_support/yat-config
     47./configure -C --with-yat=$abs_top_builddir/build_support/yat-config
    4848
    4949make
    5050./hello || exit_fail
    5151
     52./configure -C --with-yat=$abs_top_builddir/build_support/yat-config > stdout
     53cat stdout
     54grep yat stdout
     55grep "version in 'yat/utility/version.h'" stdout | grep cached || exit_failure
     56
    5257exit_success
Note: See TracChangeset for help on using the changeset viewer.