]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Add test for default value of inode_cache
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Mar 2023 12:25:50 +0000 (13:25 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 17 Apr 2023 06:27:55 +0000 (08:27 +0200)
unittest/test_Config.cpp

index 2b48c570bebf1911a756388911780776aaca168a..4a0b7b411e74dac1d218f37e02d833918e71c5e4 100644 (file)
@@ -59,6 +59,7 @@ TEST_CASE("Config: default values")
   CHECK(config.hash_dir());
   CHECK(config.ignore_headers_in_manifest().empty());
   CHECK(config.ignore_options().empty());
+  CHECK(config.inode_cache());
   CHECK_FALSE(config.keep_comments_cpp());
   CHECK(config.log_file().empty());
   CHECK(config.max_files() == 0);