The missing fv3jedi tier1 tests

Hi, folks,
Recently, I just finished a GNU built fv3-bundel on orion with helps with helps on this forum On orion how to use non-intel compiler to build jedi. But, it is found there were, at least, many missing tier1 fv3-jedi tests . By ctest -N, the fv3jedi tests are only :

 Test  #972: fv3jedi_test_tier1_coding_norms
  Test  #973: fv3jedi_get_fv3-jedi_test_data
  Test  #974: fv3jedi_get_crtm_test_data
  Test  #975: fv3jedi_test_tier1_hofx_fv3lm_validate
  Test  #976: fv3jedi_test_tier1_hyb-3dvar_validate
  Test  #977: fv3jedi_test_tier1_3dvar_gfs_0obs_validate
  Test  #978: fv3jedi_test_tier1_hyb-3dvar_gfs_0obs_inoneobsspace_validate
  Test  #979: fv3jedi_test_tier1_hyb-3dvar_gfs_aero_validate
  Test  #980: fv3jedi_test_tier1_hyb-fgat_fv3lm_validate
  Test  #981: fv3jedi_test_tier1_hyb-fgat_gfs_aero_validate
  Test  #982: fv3jedi_test_tier1_4denvar_validate
  Test  #983: fv3jedi_test_tier1_hyb-4dvar_pseudo-geos_validate
  Test  #984: fv3jedi_test_tier1_hyb-3dvar_fsoi_forward_validate
  Test  #985: fv3jedi_test_tier1_hyb-3dvar_fsoi_backward_validate
  Test  #986: fv3jedi_test_tier1_lgetkf_validate
  Test  #987: fv3jedi_test_tier1_eda_3dvar_validate
  Test  #988: fv3jedi_test_tier1_eda_block_3dvar_validate

For example, checking with the fv3-jedi/test/CMakeLists.txt, I couldn’t figure out why,say, fv3jedi_test_tier1_hyb-3dvar_validate had been created as shown above, but the following

ecbuild_add_test( TARGET   fv3jedi_test_tier1_hyb-3dvar

didn’t work to create the test :fv3jedi_test_tier1_hyb-3dvar , which is missing in the above fv3-jedi tests.
Any controlling/logics under the hood? Any comments/suggestions are welcome