From 435c7b06ea2eb9a72a2b3789556b675a11646b57 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 22 Mar 2024 23:08:29 +0100 Subject: strong-type: disable tests: no testing target in cmake --- packages/komodo/strong-type.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages') diff --git a/packages/komodo/strong-type.scm b/packages/komodo/strong-type.scm index 781a04b..376115f 100644 --- a/packages/komodo/strong-type.scm +++ b/packages/komodo/strong-type.scm @@ -22,6 +22,8 @@ (define strong-type-synopsis-lines (list "C++ implementation of strong types")) +(define strong-type-tests #f) + (define strong-type-version "1.0.3") ;; ABSTRACTION LAYER -2 @@ -40,6 +42,9 @@ ;; ABSTRACTION LAYER -0 +(define get-strong-type-arguments + (list #:tests? strong-type-tests)) + (define get-strong-type-description (string-concatenate strong-type-description-lines)) @@ -64,6 +69,7 @@ (version get-strong-type-version) (source get-strong-type-origin) (build-system cmake-build-system) + (arguments get-strong-type-arguments) (synopsis get-strong-type-synopsis) (description get-strong-type-description) (license license:expat) -- cgit v1.2.3