#ifndef TESTUTIL_H #define TESTUTIL_H #include using namespace omnetpp; namespace testlib { void printEnum(const char *enumname); } #endif