Bochs/bochs-testing
Bryce Denney 7f9c1489df - make it compile on non-win32 platforms by stuffing all the DLL details
into macros.  I got the idea for the MODULE1API(type) macros from
  expat.h that happens to be sitting on my disk.
- modified:
    test2-dynamic/module1.cc test2-dynamic/module1.h
    test3-twomodules/module1.cc test3-twomodules/module1.h
    test3-twomodules/module2.cc test3-twomodules/module2.h
    test4-interdep/module1.cc test4-interdep/module1.h
    test4-interdep/module2.cc test4-interdep/module2.h
2002-10-11 15:29:32 +00:00
..
plugin-test - make it compile on non-win32 platforms by stuffing all the DLL details 2002-10-11 15:29:32 +00:00
README - add README in the bochs-testing area. To check out the bochs-testing 2002-10-11 14:46:52 +00:00

README for bochs-testing
updated Fri Oct 11 10:36:50 EDT 2002

Bryce created this cvs area on October 11, 2002 as a place to work on
Bochs test code without cluttering up the source tree.

The first thing I plan to put here is a series of tests for shared library
support, to help figure out which platforms will be able to support plugins.
Having this code in cvs makes it very easy to distribute to all the different
places where I need to try it out.