nix-super/src/libstore/tests/path.hh

16 lines
182 B
C++
Raw Normal View History

#pragma once
#include <rapidcheck.h>
#include "path.hh"
namespace rc {
using namespace nix;
template<>
struct Arbitrary<StorePath> {
static Gen<StorePath> arbitrary();
};
}