mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Modifies where the tilt-pan camera gets instantiated so that it can be used for multiple tests Adds a test for counters Updates the TestBench and TestSuite to reflect the physical changes to the board Adds a test on the Digital Cross Connections Adds a test on the counter to see if they are working properly Increases the reset time on the TiltPan Fixture to allow it to calibrate correctly Fixes the wasReset flag being calculated with a bitshift instead of using boolean algebra. Adds/Updates Integration Tests Introduces java.util.logging to the test framework to allow for easier debugging Fully tests all DIO/Counter/Encoder features Pulls in Command Tests from the old testing framework Updates the build.xml to run the Ant Compiler with 1.7 if Java 1.8 is installed Change-Id: I43d85054be393ef448643c1d35558cfa99749c99
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
#. ./.profile
|
|
killall java
|
|
killall FRCUserProgram
|
|
sleep 1
|
|
/usr/local/frc/JRE/bin/java -jar wpilibJavaIntegrationTests-0.1.0-SNAPSHOT.jar -ea |