Bochs/bochs-testing/plugin-test
2002-10-11 17:35:56 +00:00
..
test1-static - add "make test" target 2002-10-11 16:08:43 +00:00
test2-dynamic - change #warnings so that they are informative, instead of "case 1,2,3" 2002-10-11 16:25:49 +00:00
test3-twomodules - this file is not used 2002-10-11 16:35:53 +00:00
test4-interdep - this file is not used 2002-10-11 16:35:53 +00:00
test5-execsymbols - add LT_LDFLAGS to all libtool links. Remove -no-undefined. 2002-10-11 17:03:50 +00:00
Makefile - add test5 to the list 2002-10-11 17:29:23 +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?