arduino-gmock-sample
arduino-gmock-sample copied to clipboard
Add ../TEST_DIR to CPPFLAGS includes
Users might have .h files in the ../test directory that need to be included.
-I../$(TEST_DIR)
I think test/ dir might not have headers. Do you have an idea to have headers under test/?