summary refs log blame commit diff
path: root/release/checks/pkg-tests.nix
blob: 7a41e8d954a1fbc0b212933e950f9e7a5ce38497 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                         
                                   
                                               



                               
                                           
 
                                                   


                                                                     
          
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2023 Alyssa Ross <hi@alyssa.is>

import ../../lib/call-package.nix (
{ callSpectrumPackage, lseek, start-vmm, lib }:

{
  recurseForDerivations = true;

  lseek = lib.recurseIntoAttrs lseek.tests;

  start-vmm = lib.recurseIntoAttrs start-vmm.tests;

  run-spectrum-vm = lib.recurseIntoAttrs
    (callSpectrumPackage ../../scripts/run-spectrum-vm.nix {}).tests;
}) (_: {})