From 96a0d43c9e0e5d8fce23775f220fe56077d125cf Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 18 Oct 2013 11:37:05 -0400 Subject: [PATCH] Move distributed places tests to their own package. --- pkgs/distributed-places-pkgs/distributed-places-test/info.rkt | 2 ++ .../test}/racket/place/distributed/bank.rkt | 0 .../test}/racket/place/distributed/distributed.rkt | 0 .../test}/racket/place/distributed/restarter.rkt | 0 .../test}/racket/place/distributed/tuple.rkt | 0 pkgs/racket-pkgs/racket-test/info.rkt | 1 - 6 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 pkgs/distributed-places-pkgs/distributed-places-test/info.rkt rename pkgs/{racket-pkgs/racket-test/tests => distributed-places-pkgs/distributed-places-test/test}/racket/place/distributed/bank.rkt (100%) rename pkgs/{racket-pkgs/racket-test/tests => distributed-places-pkgs/distributed-places-test/test}/racket/place/distributed/distributed.rkt (100%) rename pkgs/{racket-pkgs/racket-test/tests => distributed-places-pkgs/distributed-places-test/test}/racket/place/distributed/restarter.rkt (100%) rename pkgs/{racket-pkgs/racket-test/tests => distributed-places-pkgs/distributed-places-test/test}/racket/place/distributed/tuple.rkt (100%) diff --git a/pkgs/distributed-places-pkgs/distributed-places-test/info.rkt b/pkgs/distributed-places-pkgs/distributed-places-test/info.rkt new file mode 100644 index 0000000000..6dc42813fd --- /dev/null +++ b/pkgs/distributed-places-pkgs/distributed-places-test/info.rkt @@ -0,0 +1,2 @@ +#lang info +(define deps '("distributed-places-lib" "base")) diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/bank.rkt b/pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/bank.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/bank.rkt rename to pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/bank.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/distributed.rkt b/pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/distributed.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/distributed.rkt rename to pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/distributed.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/restarter.rkt b/pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/restarter.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/restarter.rkt rename to pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/restarter.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/tuple.rkt b/pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/tuple.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/place/distributed/tuple.rkt rename to pkgs/distributed-places-pkgs/distributed-places-test/test/racket/place/distributed/tuple.rkt diff --git a/pkgs/racket-pkgs/racket-test/info.rkt b/pkgs/racket-pkgs/racket-test/info.rkt index a3f858721c..f7580251f7 100644 --- a/pkgs/racket-pkgs/racket-test/info.rkt +++ b/pkgs/racket-pkgs/racket-test/info.rkt @@ -10,7 +10,6 @@ "net-lib" "net-test" ; for tests/net/available "serialize-cstruct-lib" ; tested here - "distributed-places-lib" "eli-tester" ;; for `pkg` tests "web-server-lib"