Builds all the files in source\samples
Closed this issue · 2 comments
martinwork commented
If main.cpp has a function "void onButtonA( MicroBitEvent e) { }" it won't build because of a clash with source/samples/ButtonTest.cpp.
finneyj commented
yep - we should declare the tests as static...
microbit-carlos commented
This should be fixed via #45 (I was also hitting the same issue when creating test code using this repo).