;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2017, 2018, 2019 Ludovic Courtès ;;; ;;; 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 (test-uuid) #:use-module (gnu system uuid) #:use-module (srfi srfi-64) #:use-module (rnrs bytevectors)) (test-begin "uuid") (test-equal "uuid->string" "c5307e6b-d1ba-499d-89c5-cb0b143577c4" (uuid-
aboutsummaryrefslogtreecommitdiff
blob: 6aab2c3785bb82d48a62251a9125704c30c52f7d (about) (plain)
1
2
3