Saleem Abdulrasool
52952623db
test: remove extraneous macro definitions
...
These tests were defining an unused macro for no clear reason. Remove
them to simplify the tests.
2019-05-07 08:06:02 -07:00
David Farler
b7d17b25ba
Rename -parse flag to -typecheck
...
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Jordan Rose
d6a726e6fe
SE-0106: Add "macOS" as an alias of "OSX" for #if.
...
...by canonicalizing it to the known platform name. This isn't a
wonderful answer, but it preserves the invariant that a platform
condition has at most one value.
A later commit will switch which one is the default.
2016-07-07 14:57:57 -07:00
Bryan Chan
bb3486df93
Add new _endian() platform condition check; valid values are "little" and "big".
2016-05-24 19:39:15 -04:00
Jordan Rose
7954be4d87
[test] Move BuildConfigurations/ to Parse/ConditionalCompilation/.
...
Also move a Parse test that's really about conditional compilation
directives into the new folder.
2016-02-12 11:10:32 -08:00