sapling/eden/fs/config/test
Adam Simpkins 897764d81c move the ConfigSource enum to a thrift file
Summary:
Move the ConfigSource enum definition to a thrift file.  This will let us
return ConfigSource values over thrift APIs in the future.  This also allows
us to use thrift's `TEnumTraits` functionality to determine the maximum enum
value, rather than having to maintain a separate `kConfigSourceLastIndex`
variable.

As part of this change I also renamed the enum values to be CamelCase to match
our current C++ style recommendations and to avoid possibly conflicting with
macros defined in other headers (`DEFAULT` seemed particularly susceptible to
collision).

Reviewed By: strager

Differential Revision: D15572120

fbshipit-source-id: 8fbd03da221a9f75ef670dee1eb250eb198a5bd0
2019-06-05 11:50:37 -07:00
..
CachedParsedFileMonitorTest.cpp FileChangeMonitor optimizations and stat changes 2018-07-30 13:38:14 -07:00
CheckoutConfigTest.cpp rename ClientConfig to CheckoutConfig 2019-05-07 17:41:36 -07:00
ConfigSettingTest.cpp move the ConfigSource enum to a thrift file 2019-06-05 11:50:37 -07:00
EdenConfigTest.cpp move the ConfigSource enum to a thrift file 2019-06-05 11:50:37 -07:00
FileChangeMonitorTest.cpp build several targets on mac and run 5 test suites 2019-04-18 19:36:20 -07:00