[commit: ghc] master: Update some files for new testsuite tests location (5266e96)
David Terei
davidterei at gmail.com
Wed Jul 20 23:47:42 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5266e966211a0073554c110624a7e4d0bacea7f2
>---------------------------------------------------------------
commit 5266e966211a0073554c110624a7e4d0bacea7f2
Author: David Terei <davidterei at gmail.com>
Date: Wed Jul 20 14:46:54 2011 -0700
Update some files for new testsuite tests location
>---------------------------------------------------------------
Makefile | 4 ++--
includes/stg/SMP.h | 2 +-
rts/WSDeque.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 0929f28..896566a 100644
--- a/Makefile
+++ b/Makefile
@@ -110,9 +110,9 @@ endif
.PHONY: test
test:
- $(MAKE) -C testsuite/tests/ghc-regress CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt fast
+ $(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt fast
.PHONY: fulltest
fulltest:
- $(MAKE) -C testsuite/tests/ghc-regress CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt
+ $(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt
diff --git a/includes/stg/SMP.h b/includes/stg/SMP.h
index 52fd6f1..87ec4fb 100644
--- a/includes/stg/SMP.h
+++ b/includes/stg/SMP.h
@@ -83,7 +83,7 @@ EXTERN_INLINE void busy_wait_nop(void);
* http://gee.cs.oswego.edu/dl/jmm/cookbook.html
*
* To check whether you got these right, try the test in
- * testsuite/tests/ghc-regress/rts/testwsdeque.c
+ * testsuite/tests/rts/testwsdeque.c
* This tests the work-stealing deque implementation, which relies on
* properly working store_load and load_load memory barriers.
*/
diff --git a/rts/WSDeque.c b/rts/WSDeque.c
index 090a549..71633d9 100644
--- a/rts/WSDeque.c
+++ b/rts/WSDeque.c
@@ -32,7 +32,7 @@
*
* Both popWSDeque and stealWSDeque also return NULL when the queue is empty.
*
- * Testing: see testsuite/tests/ghc-regress/rts/testwsdeque.c. If
+ * Testing: see testsuite/tests/rts/testwsdeque.c. If
* there's anything wrong with the deque implementation, this test
* will probably catch it.
*
More information about the Cvs-ghc
mailing list