From aaf6750858e061e5f5740fb1edbc49b68b3c4717 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 19 Dec 2023 22:18:54 +0000 Subject: Delete unused qc-tests variable. * genenetwork-development.scm (qc-tests): Delete variable. * genenetwork/development-helper.scm (asdf-test-gexp): Delete function. --- genenetwork/development-helper.scm | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'genenetwork') diff --git a/genenetwork/development-helper.scm b/genenetwork/development-helper.scm index 7602eb0..20edfbf 100644 --- a/genenetwork/development-helper.scm +++ b/genenetwork/development-helper.scm @@ -45,22 +45,3 @@ is a list of strings specifying the command to be executed." (exit #f))) (apply invoke '#$command)) (mkdir-p #$output))))) - -(define (asdf-test-gexp source profile system asd-files) - "Return a G-expression that tests SYSTEM using asdf after loading -ASD-FILES. SOURCE is the source code under test. PROFILE is a profile -with all necessary dependencies. SOURCE and PROFILE are both store -items." - (with-imported-modules '((guix build lisp-utils) - (guix build utils)) - (with-profile profile - #~(begin - (use-modules (guix build lisp-utils) - (guix build utils)) - - (chdir #$source) - (setenv "HOME" "/tmp") - (parameterize ((%lisp "sbcl") - (%lisp-type "sbcl")) - (test-system #$system '#$asd-files #f)) - (mkdir-p #$output))))) -- cgit v1.2.3