Commit f418fb0
authored
Makefile allows faster compile/test cycle (#416)
* WIP: now compiling and linking without errors but does not run!
* Works for BlinkTest.cpp!
* With the Makefile, repeating tests takes 11 seconds instead of 3 min 17 sec. Changes to a test take about 15 seconds and changes to a source file take about 25 seconds to run all the tests.
* Cleanup to match Arduino CI sample.
* Use jgfoster's branch of arduino_ci to assist in testing performance.
* Add FatFileLFN to Makefile.
* Add `FatFilePrint` to Makefile.1 parent 2063444 commit f418fb0
2 files changed
+660
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments