add unit test for a simple CXX project

This commit is contained in:
Radovan Bast
2015-05-23 11:14:18 +02:00
parent 4e2da28705
commit f5e62c16fb
5 changed files with 54 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.pyc
__pycache__/
# generated by unit tests
test/*/CMakeLists.txt
test/*/build/
test/*/cmake/bootstrap.py*
test/*/cmake/lib/
test/*/cmake/modules/
test/*/setup.py