lancaster-university/microbit-v2-samples

Builds all the files in source\samples

Closed this issue · 2 comments

If main.cpp has a function "void onButtonA( MicroBitEvent e) { }" it won't build because of a clash with source/samples/ButtonTest.cpp.

yep - we should declare the tests as static...

This should be fixed via #45 (I was also hitting the same issue when creating test code using this repo).