a | b/Tests/test_human_model_hash.any | ||
---|---|---|---|
1 | //pytest_markers = [pytest.mark.xfail] |
||
2 | |||
3 | #include "libdef.any" |
||
4 | |||
5 | Main = { |
||
6 | |||
7 | #define BM_ARM_RIGHT OFF |
||
8 | #define BM_ARM_LEFT OFF |
||
9 | #define BM_LEG_MODEL OFF |
||
10 | #define BM_TRUNK_MUSCLES OFF |
||
11 | |||
12 | #include "<ANYBODY_PATH_BODY>/HumanModel.any" |
||
13 | |||
14 | AnyInt CalculateHumanFolderHash = expect(0, "#define ANYBODY_HASH_BODY "+strquote(Main.HumanModel.Config.HashBodyModel)); |
||
15 | |||
16 | }; |