diff options
author | John Hodge <tpg@mutabah.net> | 2018-06-04 13:21:22 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-06-04 13:21:22 +0800 |
commit | 42bdc18d4ba8f9fd19109050eb83bb6615539a75 (patch) | |
tree | 88501e01485038ad879160383b60c2e02b97f96e /tools/testrunner/main.cpp | |
parent | 8d99deade68a9c995101fd5944f9011fcf3dccc7 (diff) | |
download | mrust-42bdc18d4ba8f9fd19109050eb83bb6615539a75.tar.gz |
All - Ensure that all files have a header comment, remove some dead code
Diffstat (limited to 'tools/testrunner/main.cpp')
-rw-r--r-- | tools/testrunner/main.cpp | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/tools/testrunner/main.cpp b/tools/testrunner/main.cpp index f21dc7fa..4dafe508 100644 --- a/tools/testrunner/main.cpp +++ b/tools/testrunner/main.cpp @@ -1,6 +1,13 @@ -/// -/// -/// +/* + * mrustc test runner + * - by John Hodge (Mutabah) + * + * tools/testrunner/main.cpp + * - Clone of rustc's integration test runner + * + * + * Runs all .rs files in a directory, parsing test options out of comments in the file + */ #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <string> |