Changeset 3123
- Timestamp:
- Nov 11, 2013, 3:05:23 PM (9 years ago)
- Location:
- branches/0.11-stable/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11-stable/test/Makefile.am
r3109 r3123 152 152 $(top_builddir)/build_support/yat-config 153 153 test/yat_lt_link_la_ifelse_test.log: $(shell_test_deps) \ 154 test/lib/libmy-s tatic.a test/lib/libmy-shared.la \154 test/lib/libmy-shared.la \ 155 155 $(top_srcdir)/m4/yat_lt_link_ifelse.m4 \ 156 156 $(top_srcdir)/m4/yat_common.m4 -
branches/0.11-stable/test/yat_lt_link_la_ifelse_test.sh
r3112 r3123 19 19 # along with yat. If not, see <http://www.gnu.org/licenses/>. 20 20 21 required="autoconf automake libtool libmy-s tatic libmy-shared"21 required="autoconf automake libtool libmy-shared" 22 22 set -e 23 23 . ./test/init.sh || exit 99 … … 49 49 ]) 50 50 51 LIBS=-lmy-static52 AC_MSG_CHECKING([whether linking against -lmy-static works])53 YAT_LT_LINK_LA_IFELSE([54 namespace theplu {55 namespace yat {56 namespace utility {57 int version(void);58 }}}59 int my_func(void) { return theplu::yat::utility::version(); }60 ],[61 AC_MSG_RESULT([yes])62 AC_MSG_FAILURE([expected configure to fail])63 ],[64 AC_MSG_RESULT([no])65 ])66 67 51 AC_CONFIG_FILES([Makefile]) 68 52 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.