Commit 1fecd52
authored
Build the examples during make test (#96)
The `examples` target is not in `.PHONY`, and `examples/` is a real
directory, so make treated the target as already satisfied and never ran
the recipe.
`digest-example` calls `Digest.sha256()` outside a `try`. That stopped
compiling when #92 made the `Digest` constructors partial. Because the
target was skipped, no one saw it.
Closes #721 parent c2b4ba1 commit 1fecd52
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments