#include "sys.h" #include "debug.h" #include "bitsetTest.h" #define TESTROTATE #include "bitsetTestShiftRotate.h" void bitsetTest::testRotate(void) { #ifndef FASTTEST #define SHIFTROTATEBITS 13 #include "bitsetTestShiftRotate.hcc" #define SHIFTROTATEBITS 32 #include "bitsetTestShiftRotate.hcc" #define SHIFTROTATEBITS 64 #include "bitsetTestShiftRotate.hcc" #endif #define SHIFTROTATEBITS 83 #include "bitsetTestShiftRotate.hcc" #ifndef FASTTEST #define SHIFTROTATEBITS 96 #include "bitsetTestShiftRotate.hcc" #define SHIFTROTATEBITS 109 #include "bitsetTestShiftRotate.hcc" #endif }