Bochs/bochs-testing/plugin-test/test8-execlass
Bryce Denney 4cbcd6550b - add test8-execlass, which defines a C++ class in the executable, and
tests that the modules can access it
2002-10-16 13:28:17 +00:00
..
main.cc - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
main.h - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
Makefile.in - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
module1.cc - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
module2.cc - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
README - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
uselib.out.expected - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00

test8-execlass

Try to put a class definition in the main executable, and have the
modules call it.