Ivan Grokhotkov
|
b9dfe01903
|
Fix SPIFFS.openDir("") (#2143)
* Update spiffs_api.cpp
Fixes a bug where un-prefixed files are irretrievable with openDir(""). Described: https://github.com/esp8266/Arduino/issues/1818.
* Update FS test cases
|
2016-06-14 07:15:55 +08:00 |
|
Ivan Grokhotkov
|
063e4cc88f
|
Add tests for MD5Builder, reformat and clean up code
|
2016-06-13 12:47:33 +08:00 |
|
Ivan Grokhotkov
|
54ae922037
|
Fix strstr return type
|
2016-03-11 09:55:12 +03:00 |
|
Ivan Grokhotkov
|
c3b33d5bab
|
Add missing pgmspace test file
|
2016-03-11 09:50:19 +03:00 |
|
Ivan Grokhotkov
|
d49024cfdf
|
Implement strstr_P, add pgmspace tests (#1749)
|
2016-03-11 09:47:49 +03:00 |
|
Ivan Grokhotkov
|
1692798860
|
Add more FS tests
Including a test for #1685
|
2016-03-10 13:03:38 +03:00 |
|
Ivan Grokhotkov
|
031a18c836
|
Build sketches with arduino-builder
|
2016-03-03 17:21:58 +03:00 |
|
Ivan Grokhotkov
|
678a8ff8f1
|
Request gcov-4.8 on Travis
|
2016-03-03 15:49:32 +03:00 |
|
Ivan Grokhotkov
|
de2c81594d
|
Attempt to fix gcov and codecov integration
|
2016-03-03 15:37:50 +03:00 |
|
Ivan Grokhotkov
|
9cf3d7a360
|
Don't override CC and CXX unless running on OS X
|
2016-03-03 14:01:18 +03:00 |
|
Ivan Grokhotkov
|
59e3aff678
|
Add coverage
|
2016-03-03 13:57:28 +03:00 |
|
Ivan Grokhotkov
|
6d9255ab55
|
Some cleanup on file system test, add reset test
|
2016-03-03 13:01:08 +03:00 |
|
Ivan Grokhotkov
|
266962f9fe
|
Fix license headers in new files
|
2016-03-03 12:59:50 +03:00 |
|
Ivan Grokhotkov
|
93fee9df3f
|
Add Makefile and run tests on Travis
|
2016-03-03 10:59:21 +03:00 |
|
Ivan Grokhotkov
|
624665911d
|
A few tests for filesystem APIs
|
2016-03-03 09:38:26 +03:00 |
|
Ivan Grokhotkov
|
5724f38542
|
Initial batch of mocks for host side testing
|
2016-03-03 09:37:35 +03:00 |
|