Last change
on this file since 31442 was
31442,
checked in by Mario Domenech Goulart, 7 years ago
|
release/4: add gather-egg-information
|
File size:
626 bytes
|
Line | |
---|
1 | (use gather-egg-information test) |
---|
2 | |
---|
3 | (define metadata |
---|
4 | '((gather-egg-information |
---|
5 | (version "1.0") |
---|
6 | (synopsis |
---|
7 | "A replacement for CHICKEN core's gather-egg-information which works with old and new henrietta-cache cache formats") |
---|
8 | (author "The CHICKEN Team") |
---|
9 | (category egg-tools) |
---|
10 | (license "BSD")))) |
---|
11 | |
---|
12 | (test-begin "egg-information") |
---|
13 | |
---|
14 | (test "Checking the old henrietta-cache cache format" |
---|
15 | metadata |
---|
16 | (gather-egg-information "cache-old")) |
---|
17 | |
---|
18 | (test "Checking the new henrietta-cache cache format" |
---|
19 | metadata |
---|
20 | (gather-egg-information "cache-new")) |
---|
21 | |
---|
22 | (test-end "egg-information") |
---|
23 | |
---|
24 | (test-exit) |
---|
Note: See
TracBrowser
for help on using the repository browser.