Files
lix/tests/unit/libutil-support/tests/test-data.hh
T
Jade Lovelace 103cd44a04 Include rearrangement: rest
Change-Id: If9b5502ff348d358d7007b885e26e98a0d228f39
2024-11-18 12:31:19 -08:00

21 lines
427 B
C++

#pragma once
#include "lix/libutil/types.hh"
#include "lix/libutil/environment-variables.hh"
#include "lix/libutil/file-system.hh"
namespace nix {
/**
* The path to the unit test data directory. See the contributing guide
* in the manual for further details.
*/
Path getUnitTestData();
/**
* Resolve a path under the unit test data directory to an absolute path.
*/
Path getUnitTestDataPath(std::string_view path);
}