1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00

Merge pull request #7478 from hercules-ci/make-sure-initNix-called

libstore: Make sure that initNix has been called
This commit is contained in:
Théophane Hufschmitt 2023-01-02 14:12:49 +01:00 committed by GitHub
commit fb8fc6fda6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 0 deletions

View file

@ -12,6 +12,7 @@ namespace nix {
class LibExprTest : public ::testing::Test {
public:
static void SetUpTestSuite() {
initLibStore();
initGC();
}