chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] salmonella + test egg failure


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] salmonella + test egg failure
Date: Mon, 28 Jan 2019 23:19:08 +0100

Hi,

On Mon, 28 Jan 2019 23:02:23 +0100 lundi <address@hidden> wrote:

> Trying to lint my work-in-progress egg with salmonella. Got a
> tests/run.scm set up with some tests, using Alex Shinn's test egg. I
> can run my test code in csi, but not with salmonella. From
> salmonella.log:
>
> Error: (import) during expansion of (import ...) - cannot import from
> undefined module: test
>
> I have (use my-module test) at the start of my run.scm. Using Chicken
> 4 on Gentoo. How do I fix this?

Salmonella builds eggs it tests on an initially empty local egg
repository to be able to detect missing dependencies in egg metadata
specification.

So, I'd guess you probably need

  (test-depends test)

in your .meta file.

All the best.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]