Open-Acidification / TankController

Arduino and web GUI source code for the Open Acidification tank controller (pH-stat unit).
https://open-acidification.github.io/
Mozilla Public License 2.0
8 stars 33 forks source link

Include path edits for tests #431

Closed jgfoster closed 1 year ago

jgfoster commented 1 year ago

Remove directory from include file path in tests (they are needed in the library when compiled by the Arduino IDE). They are syntatically legal but somewhat confusing since they aren't always present in the test sources. With this they will be present in the test files but not in the files in the src directory.

je-foster commented 1 year ago

"With this they will be present in the test files but not in the files in the src directory." Is it the opposite?

jgfoster commented 1 year ago

Yes, I got that backwards!