Skip to content

Commit a27ff50

Browse files
authored
Initial revision - clarifying that UnitTest++ is not ours
1 parent 5f1aa7c commit a27ff50

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# UnitTest-cpp
2+
The snapshot of UnitTest++ we use for our test environment
3+
4+
# IMPORTANT NOTE:
5+
If you are just wanting UnitTest++ this is **NOT** the place to get it. This version is only here because we need a consistent version to test against across all of our projects, and the authors of UnitTest++ are kind enough to allow redistribution. So, if you want to get UnitTest++ for your own project, outside our lab, look here:
6+
7+
```
8+
https://github.com/unittest-cpp/unittest-cpp
9+
```
10+
Those guys deserve all the credit for this great piece of software. However, if you want to build and run the unit tests we include with our own software, then this is the place for you. All repositories have been designed such that you should issue e.g. all clone commands from the same directory. For example,
11+
12+
```
13+
git clone https://github.com/ComputationalBioLab/UnitTest-cpp.git
14+
git clone https://github.com/ComputationalBioLab/Unfit.git
15+
```
16+
17+
You don't have to, but if you choose a different folder structure you will have to edit the build parameters (Build Options in CodeBlocks) to correct the include search directories and paths to any included libraries.
18+

0 commit comments

Comments
 (0)