#include "sys.h" #include "debug.h" #include "bitsetTest.h" #define TESTSHIFT #include "bitsetTestShiftRotate.h" void bitsetTest::testShift(void) { #ifndef FASTTEST #define SHIFTROTATEBITS 13 #include "bitsetTestShiftRotate.hcc" #define SHIFTROTATEBITS 32 #include "bitsetTestShiftRotate.hcc" #define SHIFTROTATEBITS 64 #include "bitsetTestShiftRotate.hcc" #endif #define SHIFTROTATEBITS 87 #include "bitsetTestShiftRotate.hcc" #ifndef FASTTEST #define SHIFTROTATEBITS 111 #include "bitsetTestShiftRotate.hcc" #endif }