aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93e462d..c3a2a88 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,10 @@ debugging support or at least some form of memory visualization. This is because
some days have nothing to show for other than updating some values on the NES
memory. A safe bet is to go with either [fceux](https://fceux.com/web/home.html)
or [Mesen](https://github.com/SourMesen/Mesen2/), which provide tools like RAM
-watchers or a full debugger.
+watchers or a full debugger. Otherwise, you can run tests with `make test`, but
+for now this requires a screen. Thus, we cannot run it on a CI, for now. This is
+mainly used so to ensure that changes on shared code don't mess with the end
+result from exercises.
Notice also that I will use some terms without actually introducing them. That
is, I expect you to go over the [NES Dev