Commit da106c00 authored by peastman's avatar peastman
Browse files

Added test case

parent 91d56f74
...@@ -33,5 +33,7 @@ ...@@ -33,5 +33,7 @@
#include "TestCustomCPPForce.h" #include "TestCustomCPPForce.h"
void runPlatformTests() { void runPlatformTests() {
platform.setPropertyDefaultValue("DeviceIndex", "0,0");
testForce();
} }
...@@ -33,4 +33,6 @@ ...@@ -33,4 +33,6 @@
#include "TestCustomCPPForce.h" #include "TestCustomCPPForce.h"
void runPlatformTests() { void runPlatformTests() {
platform.setPropertyDefaultValue("DeviceIndex", "0,0");
testForce();
} }
...@@ -33,5 +33,7 @@ ...@@ -33,5 +33,7 @@
#include "TestCustomCPPForce.h" #include "TestCustomCPPForce.h"
void runPlatformTests() { void runPlatformTests() {
platform.setPropertyDefaultValue("DeviceIndex", "0,0");
testForce();
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment