Rename validation tests to comply with Google style guide.
authorLei Zhang <antiagainst@google.com>
Tue, 8 Nov 2016 18:11:07 +0000 (10:11 -0800)
committerLei Zhang <antiagainst@gmail.com>
Wed, 9 Nov 2016 01:19:11 +0000 (17:19 -0800)
commit2881fe958f6345c57be00594337e64982f676047
tree5583ff75191d8d7620d2d8f1e4e918f8898215bd
parent6c899a52f9ce673e9530bcaa4da27ff24d10c0e9
Rename validation tests to comply with Google style guide.
test/val/CMakeLists.txt
test/val/val_capability_test.cpp [moved from test/val/Validate.Capability.cpp with 99% similarity]
test/val/val_cfg_test.cpp [moved from test/val/Validate.CFG.cpp with 99% similarity]
test/val/val_data_test.cpp [moved from test/val/Validate.Data.cpp with 99% similarity]
test/val/val_fixtures.cpp [moved from test/val/ValidateFixtures.cpp with 98% similarity]
test/val/val_fixtures.h [moved from test/val/ValidateFixtures.h with 100% similarity]
test/val/val_id_test.cpp [moved from test/val/ValidateID.cpp with 100% similarity]
test/val/val_layout_test.cpp [moved from test/val/Validate.Layout.cpp with 99% similarity]
test/val/val_ssa_test.cpp [moved from test/val/Validate.SSA.cpp with 99% similarity]
test/val/val_state_test.cpp [moved from test/val/ValidationState.cpp with 99% similarity]
test/val/val_storage_test.cpp [moved from test/val/Validate.Storage.cpp with 99% similarity]