1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-03 23:52:13 +01:00
Matthijs Kooijman fc0478eaa9 CommandLineTest: Run findBuildPaths only once
Previously, it was ran before each test, but just running it once before
all tests is sufficient. So switch from @Before to @BeforeClass and make
the its result variable static.
2020-05-11 17:13:17 +02:00
..