Hi,

On Mon, 28 Jan 2019 23:02:23 +0100 lundi <lu...@laposte.net> 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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to