Changeset 2235
- Timestamp:
- Mar 30, 2010, 8:44:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/yat_config_cblas_test.sh
r1897 r2235 29 29 30 30 export YAT_CBLAS_LIB=BOGUSBOGUS 31 cmd="$abs_top_builddir/build_support/yat-config --libs" 32 echo "calling: $cmd" 33 ret_str=`$cmd` 34 echo "returns: $ret_str" 31 ret_str=`$abs_top_builddir/build_support/yat-config --libs` 35 32 echo $ret_str | grep BOGUSBOGUS || exit 1 36 37 echo "Test is OK" 33 exit 0
Note: See TracChangeset
for help on using the changeset viewer.