;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2022 Simon Streit ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu tests samba) #:use-module (gnu tests) #:use-module (gnu system) #:use-module (gnu system vm) #:use-module (gnu services) #:use-module (gnu services networking) #:use-module (gnu services samba) #:use-module (gnu packages samba) #:use-mo
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-06 01:36:21 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:03 +0800
commit0d620724a2feb78dc58bb0ea7024adfad5853a7f (patch)
tree8257d23f4a0e618ae529be78b49f47e81f209bcf /tests/store-deduplication.scm
parent97f89841e08e226032f16108a3e147426e5d2faa (diff)
downloadguix-0d620724a2feb78dc58bb0ea7024adfad5853a7f.tar.gz
guix-0d620724a2feb78dc58bb0ea7024adfad5853a7f.zip
gnu: kded: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.3.0. [inputs]: Remove qtbase-5; add qtbase. Change-Id: I284268059076c265d448a7b794e76d74af304ddc
Diffstat (limited to 'tests/store-deduplication.scm')
0 files changed, 0 insertions, 0 deletions
rfi srfi-64)) (define marionette (make-marionette '(#$vm))) (test-runner-current (system-test-runner #$output)) (test-begin "wsdd") ;; Here shall be more tests to begin with. (test-assert "wsdd running" (marionette-eval '(begin (use-modules (gnu services herd)) (start-service 'wsdd)) marionette)) (test-end)))) (gexp->derivation "wsdd-test" test)) (define %test-wsdd (system-test (name "wsdd") (description "Connect to a running wsdd daemon.") (value (run-wsdd-test))))