Skip to content

Commit 1f3f482

Browse files
committed
Renaming to match case of cpp examples
1 parent 7082531 commit 1f3f482

File tree

151 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+56
-56
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

run_tests.sh

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,65 @@ cd "$(dirname $0)"
44

55
# Keep this list alphabetically sorted
66
BASE_TESTS="
7-
addressableled
8-
arcadedrive
9-
arcadedrivexboxcontroller
10-
armsimulation
11-
canpdp
12-
differentialdrivebot
13-
digitalcommunication
14-
dutycycleencoder
15-
dutycycleinput
16-
elevatorprofiledpid
17-
elevatorsimulation
18-
elevatortrapezoidprofile
19-
encoder
20-
flywheelbangbangcontroller
21-
gamedata
22-
gettingstarted
23-
gyro
24-
gyromecanum
25-
hatchbot
26-
hatchbotinlined
27-
hidrumble
28-
i2ccommunication
29-
intermediatevision
30-
magicbotsimple
31-
mecanumbot
32-
mecanumdrive
33-
mecanumdriveXbox
34-
mechanism2d
35-
motorcontrol
36-
physics/src
37-
physics4wheel/src
38-
physicsmecanum/src
39-
physicsspi/src
40-
potentiometerpid
41-
quickvision
42-
ramsetecontroller
43-
relay
44-
shuffleboard
45-
solenoid
46-
statefulautonomous
47-
statespaceflywheel
48-
tankdrive
49-
tankdrivexboxcontroller
50-
timed/src
51-
ultrasonic
52-
ultrasonicpid
7+
AddressableLED
8+
ArcadeDrive
9+
ArcadeDriveXboxController
10+
ArmSimulation
11+
CANPDP
12+
DifferentialDriveBot
13+
DigitalCommunication
14+
DutyCycleEncoder
15+
DutyCycleInput
16+
ElevatorProfiledPID
17+
ElevatorSimulation
18+
ElevatorTrapezoidProfile
19+
Encoder
20+
FlywheelBangBangController
21+
GameData
22+
GettingStarted
23+
Gyro
24+
GyroMecanum
25+
HatchbotInlined
26+
HatchbotTraditional
27+
HidRumble
28+
I2CCommunication
29+
IntermediateVision
30+
MagicbotSimple
31+
MecanumBot
32+
MecanumDrive
33+
MecanumDriveXbox
34+
Mechanism2d
35+
MotorControl
36+
Physics/src
37+
Physics4Wheel/src
38+
PhysicsMecanum/src
39+
PhysicsSPI/src
40+
PotentiometerPID
41+
QuickVision
42+
RamseteController
43+
Relay
44+
ShuffleBoard
45+
Solenoid
46+
StatefulAutonomous
47+
StateSpaceFlywheel
48+
TankDrive
49+
TankDriveXboxController
50+
Timed/src
51+
Ultrasonic
52+
UltrasonicPID
5353
"
5454

5555
IGNORED_TESTS="
56-
armbot
57-
armbotoffboard
58-
drivedistanceoffboard
59-
frisbeebot
60-
gyrodrivecommands
61-
ramsetecommand
62-
schedulereventlogging
63-
selectcommand
64-
romi
65-
physicscamsim/src
56+
ArmBot
57+
ArmBotOffboard
58+
DriveDistanceOffboard
59+
FrisbeeBot
60+
GyroDriveCommands
61+
RamseteCommand
62+
SchedulerEventLogging
63+
SelectCommand
64+
RomiReference
65+
PhysicsCamSim/src
6666
"
6767

6868
ALL_TESTS="${BASE_TESTS}"

0 commit comments

Comments
 (0)