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
Copy file name to clipboardExpand all lines: book/en/src/base/chapter_1.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,14 @@ d2x install d2mcpp
50
50
51
51
### Verify the environment
52
52
53
-
> Run the full test suite once inside the project to confirm the toolchain works
53
+
> Run the reference answers once inside the project to confirm the toolchain works
54
54
55
55
```bash
56
56
cd d2mcpp
57
57
mcpp test -p solutions # verify the environment: 52 reference answers, all green
58
-
mcpp test# your progress table: the exercises, all red for now
59
58
```
60
59
61
-
> `solutions/` is a real mcpp package (`solutions/mcpp.toml` + `solutions/tests/`), so the first command actually compiles and runs all 52 reference answers — green means your toolchain is fine. The second is your own progress table: the exercises **are** the tests and they ship unfinished, so red is exactly where you start.
60
+
> `solutions/` is a real mcpp package (`solutions/mcpp.toml` + `solutions/tests/`), so this command actually compiles and runs all 52 reference answers — green means your toolchain is ready.
62
61
>
63
62
> An answer and its exercise are paired by their `tests/`-relative path:
0 commit comments