emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs a9ab4c18c8 397/472: Merge pull request #190 from c


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs a9ab4c18c8 397/472: Merge pull request #190 from codingteam/usage-for-tools
Date: Thu, 6 Jan 2022 21:59:43 -0500 (EST)

branch: elpa/pacmacs
commit a9ab4c18c892bb50ee811db7a2482f1ec61ceded
Merge: 75e26090e5 bdbf7144d2
Author: Alexey Kutepov <reximkut@gmail.com>
Commit: Alexey Kutepov <reximkut@gmail.com>

    Merge pull request #190 from codingteam/usage-for-tools
    
    Usage for tools
---
 tools/README.md | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/tools/README.md b/tools/README.md
index 299e60f774..07b5c7bf25 100644
--- a/tools/README.md
+++ b/tools/README.md
@@ -2,17 +2,30 @@
 
 Tools that help to develop the game
 
+## pacmacs-rr.el ##
+
+RR stands for Record and Replay. Additional module for recording and
+replaying integration test cases.
+
 ## att.el ##
 
 Runs `./it-cases/it-case03.el` it case using `pacmacs-rr` module and
 outputs the ATT to `./att.txt` file.
 
+### Usage ###
+
+To run this script do
+
+    $ cask exec emacs -Q --load ./tools/att.el
+
 ## 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).
 
-## pacmacs-rr.el ##
+### Usage ###
+
+To run this script do
+
+    $ emacs -Q --script ./tools/compile.el
 
-RR stands for Record and Replay. Additional module for recording and
-replaying integration test cases.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]