Skip to content

Commit 3479e4a

Browse files
committed
Add documentation to DoSomething project (purpose isn't CPP unit tests)
1 parent 2877247 commit 3479e4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Purpose
2+
3+
These files are designed to test the Ruby gem itself, such that its basic tasks of library installation and compilation can be verified. (i.e., use minimal C++ files -- feature tests for C++ unittest/arduino code belong in `../TestSomething/test/`).
4+
5+
## Naming convention
6+
7+
Files in this directory are expected to have names that either contains "bad" if it is expected to fail or "good" if it is expected to pass. This provides a signal to `rspec` for how the code is expected to perform.

0 commit comments

Comments
 (0)