Thanks Mario, that does indeed fix the issue.

Now I see that it's even mentioned in
https://wiki.call-cc.org/eggs%20tutorial.
My apologies for failing to rtfm.

Best wishes,
-Heinz

On 1/28/19 11:19 PM, Mario Domenech Goulart wrote:
Hi,

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


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

Reply via email to