mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
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:
committed by
Peter Johnson
parent
c4728d291e
commit
863cfde394
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user