Files
allwpilib/wpilibcExamples/src/main/cpp/templates/templates.json
Thad House 863cfde394 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)
2018-05-24 20:08:37 -04:00

39 lines
660 B
JSON

[
{
"name": "Iterative Robot",
"description": "Iterative style",
"tags": [
"Iterative"
],
"foldername": "iterative",
"gradlebase": "cpp"
},
{
"name": "Timed Robot",
"description": "Timed style",
"tags": [
"Timed"
],
"foldername": "timed",
"gradlebase": "cpp"
},
{
"name": "Command Robot",
"description": "Command style",
"tags": [
"Command"
],
"foldername": "commandbased",
"gradlebase": "cpp"
},
{
"name": "Sample Robot",
"description": "Sample style",
"tags": [
"Sample"
],
"foldername": "sample",
"gradlebase": "cpp"
}
]