1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-24 10:10:37 +03:00
nixpkgs/nixos/tests/web-servers/h2o/default.nix

8 lines
174 B
Nix
Raw Normal View History

2025-03-21 22:23:01 +07:00
{ recurseIntoAttrs, runTest }:
2025-03-21 22:23:01 +07:00
recurseIntoAttrs {
basic = runTest ./basic.nix;
mruby = runTest ./mruby.nix;
tls-recommendations = runTest ./tls-recommendations.nix;
}