Move the test harnesses into test/.

This is preparation for removing the `servo-` prefixes from the various
Servo components.
This commit is contained in:
Patrick Walton 2013-05-20 17:59:05 -07:00
parent 729a5ff441
commit c658c6dea9
71 changed files with 4 additions and 4 deletions

2
configure vendored
View file

@ -452,7 +452,7 @@ done
make_dir ${CFG_BUILD_DIR}src/components/servo-util
make_dir ${CFG_BUILD_DIR}src/components/servo-net
make_dir ${CFG_BUILD_DIR}src/components/servo-gfx
make_dir src/test/ref
make_dir src/test/html/ref
make_dir src/compiler/rust
# TODO: don't run configure on submodules unless necessary. For an example,