]> Nishi Git Mirror - gwion.git/commit
:art: Update tests
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 5 Jan 2021 13:24:27 +0000 (14:24 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 5 Jan 2021 13:24:27 +0000 (14:24 +0100)
commit17b54049451a5040dba80a93c01261fc48d577fa
treec424c04d6a85365f5a061984a44f048d614bb764
parent4e48c9573e3cedf06f87ee248138987b24b369e7
:art: Update tests
64 files changed:
tests/module/get_module.c
tests/plug/array.c
tests/plug/array_in_var_name.c
tests/plug/array_in_var_name_fail.c
tests/plug/array_incoherent_in_var_name.c
tests/plug/array_invalid_in_var_name.c
tests/plug/callback.c
tests/plug/class_template.c
tests/plug/class_template_fail.c
tests/plug/class_template_invalid.c
tests/plug/compile_file.c
tests/plug/compile_string.c
tests/plug/coverage.c
tests/plug/deps.c
tests/plug/empty_union.c
tests/plug/enum.c
tests/plug/enum_fail.c
tests/plug/enum_fail2.c
tests/plug/enum_fail3.c
tests/plug/extend_array.c
tests/plug/fptr.c
tests/plug/fptr_tmpl.c
tests/plug/fptr_tmpl_fail.c
tests/plug/func_fail.c
tests/plug/func_fail2.c
tests/plug/func_fail3.c
tests/plug/func_fail4.c
tests/plug/func_subscript_not_empty.c
tests/plug/func_tmpl.c
tests/plug/func_tmpl_fail.c
tests/plug/func_too_many_arg.c
tests/plug/global_func.c
tests/plug/global_var.c
tests/plug/invalid_arg.c
tests/plug/invalid_array.c
tests/plug/invalid_func.c
tests/plug/invalid_type1.c
tests/plug/invalid_type2.c
tests/plug/invalid_type3.c
tests/plug/mk_type_array.c
tests/plug/no_import.c
tests/plug/not_importing.c
tests/plug/op_already_imported.c
tests/plug/pass.c
tests/plug/specialid_emit.c
tests/plug/static_string.c
tests/plug/str2decl.c
tests/plug/str2list_fail.c
tests/plug/struct.c
tests/plug/template_arg.c
tests/plug/typedef.c
tests/plug/typedef_fail.c
tests/plug/typedef_tmpl.c
tests/plug/ugen_connect.c
tests/plug/union.c
tests/plug/union_fail_exp.c
tests/plug/union_member.c
tests/plug/union_name.c
tests/plug/union_tmpl.c
tests/plug/union_tmpl_fail.c
tests/plug/union_tmpl_fail2.c
tests/plug/union_tmpl_fail3.c
tests/plug/variadic.c
tests/plug/vm_remove.c