Bochs/bochs-testing/plugin-test
2002-10-11 18:56:53 +00:00
..
test1-static - support VPATH build 2002-10-11 18:32:27 +00:00
test2-dynamic - support VPATH build 2002-10-11 18:32:27 +00:00
test3-twomodules - support VPATH build 2002-10-11 18:32:27 +00:00
test4-interdep - support VPATH build 2002-10-11 18:32:27 +00:00
test5-execsymbols - support VPATH build 2002-10-11 18:32:27 +00:00
aclocal.m4
config.guess
config.h.in
config.sub
configure - when building win32 DLL's use the -no-undefined flag. Otherwise it 2002-10-11 18:56:53 +00:00
configure.in - when building win32 DLL's use the -no-undefined flag. Otherwise it 2002-10-11 18:56:53 +00:00
install-sh
ltmain.sh
Makefile.in
README

plugin-test
Bryce Denney

This is a series of simple programs that test your platform for shared 
library support.  The tests start from something trivial that should 
work everywhere, and gradually add one feature at a time, until at 
the end (not done yet) it should test all of the shared library 
features that Bochs needs to support plugins.

test1-static: build a static library and link against it
test2-dynamic: with same code, build a shared library and link against it
test3-twomodules: build 2 shared libs and link against them
test4-interdep: build 2 shared libs, one depends on the other, and link
test5-execsymbols: can a shared lib can access a symbol from the executable?