diff options
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> |