Skip to content

Commit

Permalink
Include testlib sync policy in the README.
Browse files Browse the repository at this point in the history
I wrote a brief note about keeping testlib.sml in sync for all
exercises in the track, and I mentioned 'make redeploy-testlib' as the
provided tool for handling this requirement.

I did not elaborate on a policy, because we still don't really have
one.  Further work related to exercism#110 should result in a clear policy,
and at that point the README.md might need some more updating.
  • Loading branch information
guygastineau committed Jun 14, 2022
1 parent 32774e5 commit f276a74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ Every exercise must have at least these files:

### `testlib.sml`

This helper has this structures:
The copy of `testlib.sml` for each exercise should be in sync with `lib/testlib.sml`.
`make redeploy-testlib` is provided for syncing all exercises with `lib/testlib.sml`
when it is updated.

This helper has these structures:

```sml
structure Expect:
Expand Down

0 comments on commit f276a74

Please sign in to comment.