add test harness for "run translated C" tests

This commit is contained in:
Andrew Kelley
2020-01-02 22:45:48 -05:00
parent f83411b0b1
commit 695c8f756b
5 changed files with 224 additions and 1 deletions

View File

@@ -43,7 +43,6 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
" libc [paths_file] Display native libc paths file or validate one\n"
" run [source] [-- [args]] create executable and run immediately\n"
" translate-c [source] convert c code to zig code\n"
" translate-c-2 [source] experimental self-hosted translate-c\n"
" targets list available compilation targets\n"
" test [source] create and run a test build\n"
" version print version number and exit\n"