1*7c3d14c8STreehugger RobotThe tests in this directory use a common convention for exercising the 2*7c3d14c8STreehugger Robotfunctionality associated with bit sets of different sizes. When certain 3*7c3d14c8STreehugger Robotmacros are defined the tests instantiate classes that force the bit sets 4*7c3d14c8STreehugger Robotto be of certain sizes. 5*7c3d14c8STreehugger Robot 6*7c3d14c8STreehugger Robot- B32 forces 32-bit bit sets. 7*7c3d14c8STreehugger Robot- B64 forces 64-bit bit sets. 8*7c3d14c8STreehugger Robot- BM forces memory bit sets. 9