gnu: Fix make-gcc-libc.
[jackhill/guix/guix.git] / tests / size.scm
index 575b1ab..0aaa8fb 100644 (file)
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-64))
 
-(define %store
-  (open-connection-for-tests))
-
-(define-syntax-rule (test-assertm name exp)
-  (test-assert name
-    (run-with-store %store exp
-                    #:guile-for-build (%guile-for-build))))
-
 \f
 (test-begin "size")