--- a
+++ b/Tests/test_human_model_hash.any
@@ -0,0 +1,16 @@
+//pytest_markers = [pytest.mark.xfail]
+
+#include "libdef.any"
+
+Main = {
+  
+  #define BM_ARM_RIGHT OFF
+  #define BM_ARM_LEFT OFF
+  #define BM_LEG_MODEL OFF
+  #define BM_TRUNK_MUSCLES OFF
+
+  #include "<ANYBODY_PATH_BODY>/HumanModel.any" 
+  
+  AnyInt CalculateHumanFolderHash = expect(0, "#define ANYBODY_HASH_BODY "+strquote(Main.HumanModel.Config.HashBodyModel));
+  
+};