#! /usr/libexec/atf-sh
atf_test_case tst_struct_d
tst_struct_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.struct.d'
}
tst_struct_d_body()
{
    atf_expect_fail "test is known to fail"
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.struct.d"
}
atf_test_case tst_typedef_d
tst_typedef_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.typedef.d'
}
tst_typedef_d_body()
{
    atf_expect_fail "test is known to fail"
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.typedef.d"
}
atf_test_case err_D_CAST_INVAL_badcast_d
err_D_CAST_INVAL_badcast_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_CAST_INVAL.badcast.d'
}
err_D_CAST_INVAL_badcast_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_CAST_INVAL.badcast.d"
}
atf_test_case err_D_CG_DYN_ResultDynType_d
err_D_CG_DYN_ResultDynType_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_CG_DYN.ResultDynType.d'
}
err_D_CG_DYN_ResultDynType_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_CG_DYN.ResultDynType.d"
}
atf_test_case err_D_CHR_OFLOW_charconst_d
err_D_CHR_OFLOW_charconst_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_CHR_OFLOW.charconst.d'
}
err_D_CHR_OFLOW_charconst_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_CHR_OFLOW.charconst.d"
}
atf_test_case err_D_DECL_BADCLASS_bad_d
err_D_DECL_BADCLASS_bad_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_BADCLASS.bad.d'
}
err_D_DECL_BADCLASS_bad_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_BADCLASS.bad.d"
}
atf_test_case err_D_DECL_CHARATTR_badtype3_d
err_D_DECL_CHARATTR_badtype3_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_CHARATTR.badtype3.d'
}
err_D_DECL_CHARATTR_badtype3_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_CHARATTR.badtype3.d"
}
atf_test_case err_D_DECL_COMBO_badtype4_d
err_D_DECL_COMBO_badtype4_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_COMBO.badtype4.d'
}
err_D_DECL_COMBO_badtype4_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_COMBO.badtype4.d"
}
atf_test_case err_D_DECL_COMBO_badtype5_d
err_D_DECL_COMBO_badtype5_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_COMBO.badtype5.d'
}
err_D_DECL_COMBO_badtype5_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_COMBO.badtype5.d"
}
atf_test_case err_D_DECL_ENCONST_badeval_d
err_D_DECL_ENCONST_badeval_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_ENCONST.badeval.d'
}
err_D_DECL_ENCONST_badeval_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_ENCONST.badeval.d"
}
atf_test_case err_D_DECL_ENOFLOW_enoflow_d
err_D_DECL_ENOFLOW_enoflow_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_ENOFLOW.enoflow.d'
}
err_D_DECL_ENOFLOW_enoflow_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_ENOFLOW.enoflow.d"
}
atf_test_case err_D_DECL_ENOFLOW_enuflow_d
err_D_DECL_ENOFLOW_enuflow_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_ENOFLOW.enuflow.d'
}
err_D_DECL_ENOFLOW_enuflow_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_ENOFLOW.enuflow.d"
}
atf_test_case err_D_DECL_SCOPE_scopeop_d
err_D_DECL_SCOPE_scopeop_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_SCOPE.scopeop.d'
}
err_D_DECL_SCOPE_scopeop_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_SCOPE.scopeop.d"
}
atf_test_case err_D_DECL_USELESS_baddec_d
err_D_DECL_USELESS_baddec_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_DECL_USELESS.baddec.d'
}
err_D_DECL_USELESS_baddec_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_DECL_USELESS.baddec.d"
}
atf_test_case err_D_OP_ACT_badcond_d
err_D_OP_ACT_badcond_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_ACT.badcond.d'
}
err_D_OP_ACT_badcond_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_ACT.badcond.d"
}
atf_test_case err_D_OP_ARITH_badoperand_d
err_D_OP_ARITH_badoperand_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_ARITH.badoperand.d'
}
err_D_OP_ARITH_badoperand_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_ARITH.badoperand.d"
}
atf_test_case err_D_OP_INCOMPAT_badassign_d
err_D_OP_INCOMPAT_badassign_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_INCOMPAT.badassign.d'
}
err_D_OP_INCOMPAT_badassign_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_INCOMPAT.badassign.d"
}
atf_test_case err_D_OP_INT_badbitop_d
err_D_OP_INT_badbitop_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_INT.badbitop.d'
}
err_D_OP_INT_badbitop_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_INT.badbitop.d"
}
atf_test_case err_D_OP_INT_badshift_d
err_D_OP_INT_badshift_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_INT.badshift.d'
}
err_D_OP_INT_badshift_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_INT.badshift.d"
}
atf_test_case err_D_OP_SCALAR_badcond_d
err_D_OP_SCALAR_badcond_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_SCALAR.badcond.d'
}
err_D_OP_SCALAR_badcond_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_SCALAR.badcond.d"
}
atf_test_case err_D_OP_SCALAR_badincop_d
err_D_OP_SCALAR_badincop_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_SCALAR.badincop.d'
}
err_D_OP_SCALAR_badincop_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_SCALAR.badincop.d"
}
atf_test_case err_D_OP_SCALAR_badlogop_d
err_D_OP_SCALAR_badlogop_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_OP_SCALAR.badlogop.d'
}
err_D_OP_SCALAR_badlogop_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_OP_SCALAR.badlogop.d"
}
atf_test_case err_D_PROTO_LEN_badcond1_d
err_D_PROTO_LEN_badcond1_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_PROTO_LEN.badcond1.d'
}
err_D_PROTO_LEN_badcond1_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_PROTO_LEN.badcond1.d"
}
atf_test_case err_D_SYNTAX_badenum_d
err_D_SYNTAX_badenum_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_SYNTAX.badenum.d'
}
err_D_SYNTAX_badenum_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_SYNTAX.badenum.d"
}
atf_test_case err_D_SYNTAX_badid_d
err_D_SYNTAX_badid_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_SYNTAX.badid.d'
}
err_D_SYNTAX_badid_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_SYNTAX.badid.d"
}
atf_test_case err_D_SYNTAX_badstruct_d
err_D_SYNTAX_badstruct_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_SYNTAX.badstruct.d'
}
err_D_SYNTAX_badstruct_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_SYNTAX.badstruct.d"
}
atf_test_case err_D_UNKNOWN_badtype1_d
err_D_UNKNOWN_badtype1_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_UNKNOWN.badtype1.d'
}
err_D_UNKNOWN_badtype1_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_UNKNOWN.badtype1.d"
}
atf_test_case err_D_UNKNOWN_badtype2_d
err_D_UNKNOWN_badtype2_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_UNKNOWN.badtype2.d'
}
err_D_UNKNOWN_badtype2_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_UNKNOWN.badtype2.d"
}
atf_test_case err_D_UNKNOWN_dupenum_d
err_D_UNKNOWN_dupenum_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_UNKNOWN.dupenum.d'
}
err_D_UNKNOWN_dupenum_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_UNKNOWN.dupenum.d"
}
atf_test_case err_D_UNKNOWN_dupstruct_d
err_D_UNKNOWN_dupstruct_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_UNKNOWN.dupstruct.d'
}
err_D_UNKNOWN_dupstruct_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_UNKNOWN.dupstruct.d"
}
atf_test_case err_D_XLATE_REDECL_ResultDynType_d
err_D_XLATE_REDECL_ResultDynType_d_head()
{
    atf_set 'descr' 'DTrace test common/types/err.D_XLATE_REDECL.ResultDynType.d'
}
err_D_XLATE_REDECL_ResultDynType_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/err.D_XLATE_REDECL.ResultDynType.d"
}
atf_test_case tst_assignops_d
tst_assignops_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.assignops.d'
}
tst_assignops_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.assignops.d"
}
atf_test_case tst_badshiftops_d
tst_badshiftops_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.badshiftops.d'
}
tst_badshiftops_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.badshiftops.d"
}
atf_test_case tst_basics_d
tst_basics_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.basics.d'
}
tst_basics_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.basics.d"
}
atf_test_case tst_bitops_d
tst_bitops_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.bitops.d'
}
tst_bitops_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.bitops.d"
}
atf_test_case tst_charconstants_d
tst_charconstants_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.charconstants.d'
}
tst_charconstants_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.charconstants.d"
}
atf_test_case tst_complex_d
tst_complex_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.complex.d'
}
tst_complex_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.complex.d"
}
atf_test_case tst_condexpr_d
tst_condexpr_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.condexpr.d'
}
tst_condexpr_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.condexpr.d"
}
atf_test_case tst_const_d
tst_const_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.const.d'
}
tst_const_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.const.d"
}
atf_test_case tst_constants_d
tst_constants_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.constants.d'
}
tst_constants_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.constants.d"
}
atf_test_case tst_conv_d
tst_conv_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.conv.d'
}
tst_conv_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.conv.d"
}
atf_test_case tst_enum_d
tst_enum_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.enum.d'
}
tst_enum_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.enum.d"
}
atf_test_case tst_intincop_d
tst_intincop_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.intincop.d'
}
tst_intincop_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.intincop.d"
}
atf_test_case tst_intops_d
tst_intops_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.intops.d'
}
tst_intops_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.intops.d"
}
atf_test_case tst_inttypes_d
tst_inttypes_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.inttypes.d'
}
tst_inttypes_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.inttypes.d"
}
atf_test_case tst_ptrincop_d
tst_ptrincop_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.ptrincop.d'
}
tst_ptrincop_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.ptrincop.d"
}
atf_test_case tst_ptrops_d
tst_ptrops_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.ptrops.d'
}
tst_ptrops_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.ptrops.d"
}
atf_test_case tst_relenum_d
tst_relenum_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.relenum.d'
}
tst_relenum_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.relenum.d"
}
atf_test_case tst_relstring_d
tst_relstring_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.relstring.d'
}
tst_relstring_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.relstring.d"
}
atf_test_case tst_shiftops_d
tst_shiftops_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.shiftops.d'
}
tst_shiftops_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.shiftops.d"
}
atf_test_case tst_stringconstants_d
tst_stringconstants_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.stringconstants.d'
}
tst_stringconstants_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.stringconstants.d"
}
atf_test_case tst_unaryop_d
tst_unaryop_d_head()
{
    atf_set 'descr' 'DTrace test common/types/tst.unaryop.d'
}
tst_unaryop_d_body()
{
    
    atf_check -s exit:0 -o empty -e empty \
        "$(atf_get_srcdir)/../../dtest" "$(atf_get_srcdir)/tst.unaryop.d"
}
atf_init_test_cases()
{
    atf_add_test_case tst_struct_d
    atf_add_test_case tst_typedef_d
    atf_add_test_case err_D_CAST_INVAL_badcast_d
    atf_add_test_case err_D_CG_DYN_ResultDynType_d
    atf_add_test_case err_D_CHR_OFLOW_charconst_d
    atf_add_test_case err_D_DECL_BADCLASS_bad_d
    atf_add_test_case err_D_DECL_CHARATTR_badtype3_d
    atf_add_test_case err_D_DECL_COMBO_badtype4_d
    atf_add_test_case err_D_DECL_COMBO_badtype5_d
    atf_add_test_case err_D_DECL_ENCONST_badeval_d
    atf_add_test_case err_D_DECL_ENOFLOW_enoflow_d
    atf_add_test_case err_D_DECL_ENOFLOW_enuflow_d
    atf_add_test_case err_D_DECL_SCOPE_scopeop_d
    atf_add_test_case err_D_DECL_USELESS_baddec_d
    atf_add_test_case err_D_OP_ACT_badcond_d
    atf_add_test_case err_D_OP_ARITH_badoperand_d
    atf_add_test_case err_D_OP_INCOMPAT_badassign_d
    atf_add_test_case err_D_OP_INT_badbitop_d
    atf_add_test_case err_D_OP_INT_badshift_d
    atf_add_test_case err_D_OP_SCALAR_badcond_d
    atf_add_test_case err_D_OP_SCALAR_badincop_d
    atf_add_test_case err_D_OP_SCALAR_badlogop_d
    atf_add_test_case err_D_PROTO_LEN_badcond1_d
    atf_add_test_case err_D_SYNTAX_badenum_d
    atf_add_test_case err_D_SYNTAX_badid_d
    atf_add_test_case err_D_SYNTAX_badstruct_d
    atf_add_test_case err_D_UNKNOWN_badtype1_d
    atf_add_test_case err_D_UNKNOWN_badtype2_d
    atf_add_test_case err_D_UNKNOWN_dupenum_d
    atf_add_test_case err_D_UNKNOWN_dupstruct_d
    atf_add_test_case err_D_XLATE_REDECL_ResultDynType_d
    atf_add_test_case tst_assignops_d
    atf_add_test_case tst_badshiftops_d
    atf_add_test_case tst_basics_d
    atf_add_test_case tst_bitops_d
    atf_add_test_case tst_charconstants_d
    atf_add_test_case tst_complex_d
    atf_add_test_case tst_condexpr_d
    atf_add_test_case tst_const_d
    atf_add_test_case tst_constants_d
    atf_add_test_case tst_conv_d
    atf_add_test_case tst_enum_d
    atf_add_test_case tst_intincop_d
    atf_add_test_case tst_intops_d
    atf_add_test_case tst_inttypes_d
    atf_add_test_case tst_ptrincop_d
    atf_add_test_case tst_ptrops_d
    atf_add_test_case tst_relenum_d
    atf_add_test_case tst_relstring_d
    atf_add_test_case tst_shiftops_d
    atf_add_test_case tst_stringconstants_d
    atf_add_test_case tst_unaryop_d
}
