Bochs/bochs-testing/plugin-test
2002-10-11 18:32:27 +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 - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
config.guess - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
config.h.in - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
config.sub - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
configure - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
configure.in - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
install-sh - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
ltmain.sh - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
Makefile.in - make -C not portable. sigh. 2002-10-11 18:19:38 +00:00
README - add top level README for plugin-test 2002-10-11 17:35:56 +00:00

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?