Report number of passed and failed tests
[voodoo-lang.git] / test / help.out
blob7af8b8461d2484b4296a964fab600ce61dd555d1
1 USAGE: voodooc [options] <input file>
2 Input file denotes the file to compile. The special name '-' causes
3 voodooc to read from standard input. In that case, the -o option is
4 mandatory.
6 Valid options are:
8 -a <architecture>
9 --arch <architecture>
10 --architecture <architecture>
11         Select target architecture. Use -a help to get a list of
12         supported architectures.
14 -f <format>
15 --format <format>
16 --output-format <format>
17         Select output format. Use -a <architecture> -f help to get a list of
18         supported output formats for architecture.
20 --features
21         Lists the features supported by this implementation. The features
22         are listed in the format <feature name><tab><version>, ordered
23         by feature name. The program exits after printing the list of
24         features; no compilation is performed.
27 --help
28         Display usage information and exit. No compilation will be performed.
30 -o <output file>
31 --output <output file>
32 --output-file <output file>
33         Set output file name. The special name '-' causes voodooc to write
34         to standard output.
36 --version
37         Display version information and exit. No compilation will be performed.