Add initial version of the integration testing class
Compare changes
Files
2- m.marn authored
@@ -6,6 +6,8 @@
@@ -6,6 +6,8 @@
@@ -30,6 +32,7 @@ RTDeviceClass::RTDeviceClass () :
@@ -30,6 +32,7 @@ RTDeviceClass::RTDeviceClass () :
@@ -54,23 +57,24 @@ void RTDeviceClass::releaseInstance()
@@ -54,23 +57,24 @@ void RTDeviceClass::releaseInstance()
static_cast<void>(device); // This line prevents an "unused variable" warning, it can be removed safely.