about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-08-01 14:10:59 -0700
committerBrian Anderson <banderson@mozilla.com>2011-08-02 10:39:13 -0700
commit0fbb6782bbdbe8d3bd703ca46110c989aec3e2ff (patch)
treee8658c0147ae9734bf6b963b76eedffc7990d365 /configure
parenteea888af253083d658319382352181df7f255c03 (diff)
downloadrust-0fbb6782bbdbe8d3bd703ca46110c989aec3e2ff.tar.gz
rust-0fbb6782bbdbe8d3bd703ca46110c989aec3e2ff.zip
Add dedicated pretty-printer tests with new pp-exact directive
Add a new src/test/pretty directory to hold just source files for testing the
pretty-printer.

Add a new pp-exact directive. When this directive is followed by a file name
it specifies a file containing the output that the pretty-printer should
generate. When pp-exact is not followed by a filename it says that the file
should pretty-print as written.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 60b33f3bf5d..f6d862c1252 100755
--- a/configure
+++ b/configure
@@ -182,7 +182,7 @@ for i in \
     rustllvm \
     dl stage0 stage1 stage2 stage3 \
     stage0/lib stage1/lib stage2/lib stage3/lib \
-    test/run-pass test/run-fail test/compile-fail test/bench
+    test/run-pass test/run-fail test/compile-fail test/bench test/pretty
 do
     make_dir $i
 done