public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
* [jit] Fix "make check-jit"
@ 2014-01-01  0:00 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2014-01-01  0:00 UTC (permalink / raw)
  To: jit, gcc-patches; +Cc: David Malcolm

Committed to branch dmalcolm/jit:

gcc/jit/ChangeLog.jit:
	* Make-lang.in (lang_checks): Append "check-jit".

	* docs/internals/index.rst (Running the test suite): Use
	"check-jit" rather than "check-parallel-jit".
---
 gcc/jit/Make-lang.in             | 2 ++
 gcc/jit/docs/internals/index.rst | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/jit/Make-lang.in b/gcc/jit/Make-lang.in
index e79d5d0..666a92b 100644
--- a/gcc/jit/Make-lang.in
+++ b/gcc/jit/Make-lang.in
@@ -236,6 +236,8 @@ jit.man:
 
 jit.srcman:
 
+lang_checks += check-jit
+
 #\f
 # Install hooks:
 jit.install-common: installdirs
diff --git a/gcc/jit/docs/internals/index.rst b/gcc/jit/docs/internals/index.rst
index c8b05e0..9765862 100644
--- a/gcc/jit/docs/internals/index.rst
+++ b/gcc/jit/docs/internals/index.rst
@@ -36,7 +36,7 @@ Running the test suite
 .. code-block:: console
 
   [build] $ cd gcc
-  [gcc] $ make check-parallel-jit RUNTESTFLAGS="-v -v -v"
+  [gcc] $ make check-jit RUNTESTFLAGS="-v -v -v"
 
 A summary of the tests can then be seen in:
 
@@ -62,7 +62,7 @@ You can compile and run individual tests by passing "jit.exp=TESTNAME" to RUNTES
 
 .. code-block:: console
 
-   [gcc] $ make check-parallel-jit RUNTESTFLAGS="-v -v -v jit.exp=test-factorial.c"
+   [gcc] $ make check-jit RUNTESTFLAGS="-v -v -v jit.exp=test-factorial.c"
 
 and once a test has been compiled, you can debug it directly:
 
-- 
1.7.11.7

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-06 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-01  0:00 [jit] Fix "make check-jit" David Malcolm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).