/
ne1ghost
/
nix
Обзор
Документация
Войти
/
ne1ghost
/
nix
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/libexpr-test-support/tests/value/context.hh
31 строка
602 B
John Ericson
Move unit tests to the location Meson expects them to be
17 окт 2024, 22:42
17 окт 2024, 22:42
e65510d
Код
Авторство
О чём код?
#pragma once ///@file #include <rapidcheck/gen/Arbitrary.h> #include "value/context.hh" namespace rc { using namespace nix; template<> struct Arbitrary<NixStringContextElem::Opaque> { static Gen<NixStringContextElem::Opaque> arbitrary(); }; template<> struct Arbitrary<NixStringContextElem::Built> { static Gen<NixStringContextElem::Built> arbitrary(); }; template<> struct Arbitrary<NixStringContextElem::DrvDeep> { static Gen<NixStringContextElem::DrvDeep> arbitrary(); }; template<> struct Arbitrary<NixStringContextElem> { static Gen<NixStringContextElem> arbitrary(); }; }