]> git.zndr.dk Git - unittest.git/commit
Initial commit
authorJannik ZANDER <jzander@grundfos.com>
Thu, 9 Feb 2017 21:19:44 +0000 (22:19 +0100)
committerJannik ZANDER <jzander@grundfos.com>
Thu, 9 Feb 2017 21:19:44 +0000 (22:19 +0100)
commitf6757f9b8a2f9abd33efd0426d2cc04d90947134
treef36ed09ecd0fce5e4d1cbf94e25b9a56760ef462
Initial commit
18 files changed:
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/CMakeLists.txt.in [new file with mode: 0644]
cmake/FindAddUnitTest.cmake [new file with mode: 0644]
cmake/Findcppunit.cmake [new file with mode: 0644]
cmake/gtest.cmake [new file with mode: 0644]
folder1/Source/CMakeLists.txt [new file with mode: 0644]
folder1/Source/folder1.c [new file with mode: 0644]
folder1/Source/folder1.h [new file with mode: 0644]
folder1/Test/CMakeLists.txt [new file with mode: 0644]
folder1/Test/folder1_test.cpp [new file with mode: 0644]
folder2/Source/CMakeLists.txt [new file with mode: 0644]
folder2/Source/folder2.c [new file with mode: 0644]
folder2/Source/folder2.h [new file with mode: 0644]
folder2/Test/CMakeLists.txt [new file with mode: 0644]
folder2/Test/folder2_test.cpp [new file with mode: 0644]