]> git.ipfire.org Git - thirdparty/ccache.git/commit
C++-ify get_path_in_cache(), add ConfigTester 483/head
authorThomas Otto <thomas.otto@pdv-fs.de>
Mon, 25 Nov 2019 18:40:09 +0000 (19:40 +0100)
committerThomas Otto <thomas.otto@pdv-fs.de>
Tue, 26 Nov 2019 13:45:21 +0000 (14:45 +0100)
commita02a24ba0e9707bb31d0dbdad78c69eeb1e0bb0c
treea946dd57175c2380599014f1f7d77930e3389594
parent68905effcff923769800f837b1516fcb1583d71b
C++-ify get_path_in_cache(), add ConfigTester

Then use ConfigTester to test get_path_in_cache()
src/Config.hpp
src/Util.cpp
src/Util.hpp
src/ccache.cpp
src/ccache.hpp
src/legacy_util.cpp
unittest/test_Config.cpp
unittest/test_Config.hpp [new file with mode: 0644]
unittest/test_Util.cpp