about summary refs log tree commit diff
path: root/doc/tutorial/test.sh
AgeCommit message (Collapse)AuthorLines
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-0/+8
Not included in the build by default, since it's fragile and kludgy. Do something like this to run it: cd doc/tutorial RUSTC=../../build/stage2/bin/rustc bash test.sh Closes #1143