testability: bench test commands should have automated coverage using simulator #5562

This commit is contained in:
Andrey 2023-09-12 00:36:35 -04:00
parent 6182d7e3fa
commit 2c59859e1f
2 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,10 @@ jobs:
working-directory: ./java_tools
run: ./gradlew shadowJar
- name: Gradle autotest java
working-directory: ./java_tools
run: ./gradlew :autotest:shadowJar
- name: Print GCC version
working-directory: .
run: gcc -v
@ -50,6 +54,10 @@ jobs:
working-directory: ./simulator/
run: ./build/rusefi_simulator 10
- name: Run Simulator Functional Test
working-directory: ./simulator/
run: java -cp ../java_console/autotest/build/libs/autotest-all.jar com.rusefi.SimulatorFunctionalTestLauncher start
- name: Reset git
run: |
git reset --hard

View File

@ -1 +1,2 @@
flash*.bin
rusefi_tool.log