Adds tests to ensure all examples have matching item in json file (#1079)

Also checks that all items in the json file have a matching example
One was missing from C++, that example was added (The one in eclipse was completely wrong)
This commit is contained in:
Thad House
2018-05-24 17:08:37 -07:00
committed by Peter Johnson
parent c4728d291e
commit 863cfde394
9 changed files with 296 additions and 41 deletions

View File

@@ -5,7 +5,8 @@
"tags": [
"Iterative"
],
"foldername": "iterative"
"foldername": "iterative",
"gradlebase": "cpp"
},
{
"name": "Timed Robot",
@@ -13,7 +14,8 @@
"tags": [
"Timed"
],
"foldername": "timed"
"foldername": "timed",
"gradlebase": "cpp"
},
{
"name": "Command Robot",
@@ -21,7 +23,8 @@
"tags": [
"Command"
],
"foldername": "commandbased"
"foldername": "commandbased",
"gradlebase": "cpp"
},
{
"name": "Sample Robot",
@@ -29,6 +32,7 @@
"tags": [
"Sample"
],
"foldername": "sample"
"foldername": "sample",
"gradlebase": "cpp"
}
]