Haiko Schol is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

haikoschol / cpp_libs_project

played with CMake and CTest

Clone this repository (size: 7.1 KB): HTTPS / SSH
git clone https://bitbucket.org/haikoschol/cpp_libs_project.git
git clone git@bitbucket.org:haikoschol/cpp_libs_project.git

Commit c447c6a39b55 Raw commit »

commit
c447c6a39b55
branch
master

initial commit

Comments

    Log in to comment »

    File Lines added Lines removed
    CMakeLists.txt 6
    fixtures/lib1/config.txt 1
    fixtures/lib1/data.txt 1
    fixtures/lib2/config.txt 1
    fixtures/lib2/data.txt 1
    lib1/CMakeLists.txt 21
    lib1/lib1.cpp 20
    lib1/lib1_testrunner.cpp 12
    lib1/lib1api.h 8
    lib2/CMakeLists.txt 27
    lib2/lib2.cpp 23
    lib2/lib2_testrunner.cpp 12
    lib2/lib2api.h 8
    src/calc/adder.cpp 6
    src/calc/adder.hpp 12
    src/calc/substractor.cpp 6
    src/calc/substractor.hpp 12
    src/text/vowelcounter.cpp 16
    src/text/vowelcounter.hpp 14
    src/text/vowelextractor.cpp 14
    src/text/vowelextractor.hpp 13
    tests/CMakeLists.txt 27
    tests/addertests.cpp 9
    tests/addertests.hpp 16
    tests/autotest.h 79
    tests/main.cpp 3
    tests/substractortests.cpp 9
    tests/substractortests.hpp 16
    tests/vowelcountertests.cpp 8
    tests/vowelcountertests.hpp 16
    tests/vowelextractortests.cpp 8
    tests/vowelextractortests.hpp 16