branch: elpa/pacmacs
commit 2b9811e71b0477517c69df4eae13914f5a934db3
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Add README for tools
---
tools/README.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/tools/README.md b/tools/README.md
new file mode 100644
index 0000000000..a19b055937
--- /dev/null
+++ b/tools/README.md
@@ -0,0 +1,12 @@
+# Project Tools #
+
+Tools that help to develop the game
+
+## compile.el ##
+
+Compiles all the source code, treats warnings as errors and exits with
+non-zero exit code on any error (which `cask build` does not yet).
+
+## it-recorder.el ##
+
+Tool for recording and replaying integration test cases.