You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cn-tutorial/check.sh - this runs the examples in cn-tutorial/src/example, which are used in the tutorial itself
cn-tutorial/src/example-archive/check-all.sh - this runs all the examples in the example archive.
These scripts are gratuitously different from each other. Eg the first one counts the number of failures, and the second one doesn't.
Unifying the scripts is slightly annoying because the tutorial scripts are categorized by name, while the example archive scripts are categorized by subdirectory. But they should have the same capabilities and interface.
Desired resolution
Scripts have the same capabilities and interface
Scripts are called through a single top-level make check target (see Add make check target #14 as a starting point)
The text was updated successfully, but these errors were encountered:
Problem: We currently have two CI scripts:
cn-tutorial/check.sh
- this runs the examples incn-tutorial/src/example
, which are used in the tutorial itselfcn-tutorial/src/example-archive/check-all.sh
- this runs all the examples in the example archive.These scripts are gratuitously different from each other. Eg the first one counts the number of failures, and the second one doesn't.
Unifying the scripts is slightly annoying because the tutorial scripts are categorized by name, while the example archive scripts are categorized by subdirectory. But they should have the same capabilities and interface.
Desired resolution
make check
target (see Addmake check
target #14 as a starting point)The text was updated successfully, but these errors were encountered: