- add tests 8,9,10
This commit is contained in:
parent
0c3efe4236
commit
7e5afc40da
@ -1,7 +1,7 @@
|
|||||||
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen test7-win32dll
|
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen test7-win32dll test8-execlass test9-modclass test10-modvirtual
|
||||||
|
|
||||||
all: build_libltdl
|
all: build_libltdl
|
||||||
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make all; echo Leaving $$i;); done
|
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i && make all; echo Leaving $$i;); done
|
||||||
|
|
||||||
build_libltdl:
|
build_libltdl:
|
||||||
cd libltdl; make all
|
cd libltdl; make all
|
||||||
@ -10,7 +10,7 @@ test: all
|
|||||||
sh ./testscript
|
sh ./testscript
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make clean; echo Leaving $$i;); done
|
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i && make clean; echo Leaving $$i;); done
|
||||||
|
|
||||||
dist-clean: clean
|
dist-clean: clean
|
||||||
cd libltdl; make distclean
|
cd libltdl; make distclean
|
||||||
|
23
bochs-testing/plugin-test/configure
vendored
23
bochs-testing/plugin-test/configure
vendored
@ -6848,7 +6848,7 @@ echo "${ECHO_T}libtool" >&6
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ac_config_files="$ac_config_files config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile test7-win32dll/Makefile testscript"
|
ac_config_files="$ac_config_files config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile test7-win32dll/Makefile test8-execlass/Makefile test9-modclass/Makefile test10-modvirtual/Makefile testscript"
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
# This file is a shell script that caches the results of configure
|
# This file is a shell script that caches the results of configure
|
||||||
# tests run on this system so they can be shared between configure
|
# tests run on this system so they can be shared between configure
|
||||||
@ -7188,8 +7188,11 @@ do
|
|||||||
"test5-execsymbols/Makefile" ) CONFIG_FILES="$CONFIG_FILES test5-execsymbols/Makefile" ;;
|
"test5-execsymbols/Makefile" ) CONFIG_FILES="$CONFIG_FILES test5-execsymbols/Makefile" ;;
|
||||||
"test6-ltdlopen/Makefile" ) CONFIG_FILES="$CONFIG_FILES test6-ltdlopen/Makefile" ;;
|
"test6-ltdlopen/Makefile" ) CONFIG_FILES="$CONFIG_FILES test6-ltdlopen/Makefile" ;;
|
||||||
"test7-win32dll/Makefile" ) CONFIG_FILES="$CONFIG_FILES test7-win32dll/Makefile" ;;
|
"test7-win32dll/Makefile" ) CONFIG_FILES="$CONFIG_FILES test7-win32dll/Makefile" ;;
|
||||||
|
"test8-execlass/Makefile" ) CONFIG_FILES="$CONFIG_FILES test8-execlass/Makefile" ;;
|
||||||
|
"test9-modclass/Makefile" ) CONFIG_FILES="$CONFIG_FILES test9-modclass/Makefile" ;;
|
||||||
|
"test10-modvirtual/Makefile" ) CONFIG_FILES="$CONFIG_FILES test10-modvirtual/Makefile" ;;
|
||||||
"testscript" ) CONFIG_FILES="$CONFIG_FILES testscript" ;;
|
"testscript" ) CONFIG_FILES="$CONFIG_FILES testscript" ;;
|
||||||
*) { { echo "$as_me:7192: error: invalid argument: $ac_config_target" >&5
|
*) { { echo "$as_me:7195: error: invalid argument: $ac_config_target" >&5
|
||||||
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
||||||
{ (exit 1); exit 1; }; };;
|
{ (exit 1); exit 1; }; };;
|
||||||
esac
|
esac
|
||||||
@ -7419,7 +7422,7 @@ done; }
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if test x"$ac_file" != x-; then
|
if test x"$ac_file" != x-; then
|
||||||
{ echo "$as_me:7422: creating $ac_file" >&5
|
{ echo "$as_me:7425: creating $ac_file" >&5
|
||||||
echo "$as_me: creating $ac_file" >&6;}
|
echo "$as_me: creating $ac_file" >&6;}
|
||||||
rm -f "$ac_file"
|
rm -f "$ac_file"
|
||||||
fi
|
fi
|
||||||
@ -7437,7 +7440,7 @@ echo "$as_me: creating $ac_file" >&6;}
|
|||||||
-) echo $tmp/stdin ;;
|
-) echo $tmp/stdin ;;
|
||||||
[\\/$]*)
|
[\\/$]*)
|
||||||
# Absolute (can't be DOS-style, as IFS=:)
|
# Absolute (can't be DOS-style, as IFS=:)
|
||||||
test -f "$f" || { { echo "$as_me:7440: error: cannot find input file: $f" >&5
|
test -f "$f" || { { echo "$as_me:7443: error: cannot find input file: $f" >&5
|
||||||
echo "$as_me: error: cannot find input file: $f" >&2;}
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
echo $f;;
|
echo $f;;
|
||||||
@ -7450,7 +7453,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
|
|||||||
echo $srcdir/$f
|
echo $srcdir/$f
|
||||||
else
|
else
|
||||||
# /dev/null tree
|
# /dev/null tree
|
||||||
{ { echo "$as_me:7453: error: cannot find input file: $f" >&5
|
{ { echo "$as_me:7456: error: cannot find input file: $f" >&5
|
||||||
echo "$as_me: error: cannot find input file: $f" >&2;}
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi;;
|
fi;;
|
||||||
@ -7541,7 +7544,7 @@ if test "$no_recursion" != yes; then
|
|||||||
# parts of a large source tree are present.
|
# parts of a large source tree are present.
|
||||||
test -d $srcdir/$ac_subdir || continue
|
test -d $srcdir/$ac_subdir || continue
|
||||||
|
|
||||||
{ echo "$as_me:7544: configuring in $ac_subdir" >&5
|
{ echo "$as_me:7547: configuring in $ac_subdir" >&5
|
||||||
echo "$as_me: configuring in $ac_subdir" >&6;}
|
echo "$as_me: configuring in $ac_subdir" >&6;}
|
||||||
case $srcdir in
|
case $srcdir in
|
||||||
.) ;;
|
.) ;;
|
||||||
@ -7563,7 +7566,7 @@ done; }
|
|||||||
|
|
||||||
if test -d ./$ac_subdir; then :;
|
if test -d ./$ac_subdir; then :;
|
||||||
else
|
else
|
||||||
{ { echo "$as_me:7566: error: cannot create \`pwd\`/$ac_subdir" >&5
|
{ { echo "$as_me:7569: error: cannot create \`pwd\`/$ac_subdir" >&5
|
||||||
echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
|
echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
@ -7594,7 +7597,7 @@ echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
|
|||||||
elif test -f $ac_sub_srcdir/configure.in; then
|
elif test -f $ac_sub_srcdir/configure.in; then
|
||||||
ac_sub_configure=$ac_configure
|
ac_sub_configure=$ac_configure
|
||||||
else
|
else
|
||||||
{ echo "$as_me:7597: WARNING: no configuration information is in $ac_subdir" >&5
|
{ echo "$as_me:7600: WARNING: no configuration information is in $ac_subdir" >&5
|
||||||
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
|
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
|
||||||
ac_sub_configure=
|
ac_sub_configure=
|
||||||
fi
|
fi
|
||||||
@ -7608,12 +7611,12 @@ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
|
|||||||
ac_sub_cache_file=$ac_dots$cache_file ;;
|
ac_sub_cache_file=$ac_dots$cache_file ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
{ echo "$as_me:7611: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
|
{ echo "$as_me:7614: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
|
||||||
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
|
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
|
||||||
# The eval makes quoting arguments work.
|
# The eval makes quoting arguments work.
|
||||||
eval $ac_sub_configure $ac_sub_configure_args \
|
eval $ac_sub_configure $ac_sub_configure_args \
|
||||||
--cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
|
--cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
|
||||||
{ { echo "$as_me:7616: error: $ac_sub_configure failed for $ac_subdir" >&5
|
{ { echo "$as_me:7619: error: $ac_sub_configure failed for $ac_subdir" >&5
|
||||||
echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
|
echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
|
@ -53,4 +53,4 @@ AC_SUBST(LDFLAGS)
|
|||||||
AC_SUBST(LIBS)
|
AC_SUBST(LIBS)
|
||||||
AC_SUBST(LT_LDFLAGS)
|
AC_SUBST(LT_LDFLAGS)
|
||||||
|
|
||||||
AC_OUTPUT(config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile test7-win32dll/Makefile testscript)
|
AC_OUTPUT(config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile test7-win32dll/Makefile test8-execlass/Makefile test9-modclass/Makefile test10-modvirtual/Makefile testscript)
|
||||||
|
Loading…
Reference in New Issue
Block a user