[gjs] README: Add a note about testing



commit 1969ac30898ad22f9e54c51344b722203889555c
Author: Colin Walters <walters verbum org>
Date:   Thu Apr 25 17:57:37 2013 -0400

    README: Add a note about testing

 Makefile-test.am |    9 +++++++++
 README           |    8 ++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index b3e1b9a..6907b32 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -22,6 +22,15 @@ gjs_tests_SOURCES =          \
 
 check-local: gjs-tests
        @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS} ${TEST_PROGS_OPTIONS}
+       @echo ""
+       @echo "NOTICE"
+       @echo ""
+       @echo "This module contains installed tests.  See"
+       @echo "https://live.gnome.org/GnomeGoals/InstalledTests";
+       @echo "for more information about running them."
+       @echo ""
+       @echo "NOTICE"
+       @echo ""
 
 check: check-local
 
diff --git a/README b/README
index 514cc6f..692486f 100644
--- a/README
+++ b/README
@@ -5,3 +5,11 @@ are critical to give it some structure and keep it readable.
 We propose that all GNOME usage of JavaScript conform to the style guide
 in doc/Style_Guide.txt to help keep things sane.
 
+= Testing =
+
+This module is prototyping https://live.gnome.org/GnomeGoals/InstalledTests
+To run the tests, simply build it as normal.  Now:
+
+cd installed-tests
+./autogen.sh && ./configure --prefix=... && make && make install
+$prefix/libexec/gjs/gjs-installed-tests


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