22 #ifndef TESTBED_TEMPLATE_H 23 #define TESTBED_TEMPLATE_H 25 #include "testbed/testsuite.h" 52 const char *getName()
const {
53 return "Dummy Template";
56 const char *getDescription()
const {
57 return "Some Arbit description";
64 #endif // TESTBED_TEMPLATE_H
Definition: template.h:40
Definition: testsuite.h:90