about summary refs log tree commit diff
path: root/src/rt/test/rust_test_util.cpp
AgeCommit message (Collapse)AuthorLines
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-1/+1
right now there are many temporary hacks, search for NDM to find them
2011-06-28Resurrecting the runtime unit tests, and modifying them so they compile ↵Eric Holk-0/+78
under the latest refactoring changes.
2011-06-28Removing runtime tests. The runtime is tested well enough by the standard ↵Eric Holk-78/+0
library tests, so we might as well have less code to fix during refactoring.
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-1/+1
2010-09-07Started work on a framework for writing runtime tests, added some simple ↵Michael Bebenita-0/+78
test cases.