1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01:00

libstore-tests: Restore commented out tests

This commit is contained in:
Sergei Zimmerman 2025-08-11 19:42:39 +03:00
parent 2c38ad2cfa
commit 73ebdf2497
No known key found for this signature in database
4 changed files with 14 additions and 28 deletions

View file

@ -1,15 +1,12 @@
// FIXME: Odd failures for templates that are causing the PR to break
// for now with discussion with @Ericson2314 to comment out.
#if 0
# include <gtest/gtest.h>
#include <gtest/gtest.h>
# include "nix/store/local-store.hh"
#include "nix/store/local-store.hh"
// Needed for template specialisations. This is not good! When we
// overhaul how store configs work, this should be fixed.
# include "nix/util/args.hh"
# include "nix/util/config-impl.hh"
# include "nix/util/abstract-setting-to-json.hh"
#include "nix/util/args.hh"
#include "nix/util/config-impl.hh"
#include "nix/util/abstract-setting-to-json.hh"
namespace nix {
@ -37,4 +34,3 @@ TEST(LocalStore, constructConfig_rootPath)
}
} // namespace nix
#endif