]> Nishi Git Mirror - gwion.git/commit
:white_check_mark: Update tests (parralel lib testing)
authorfennecdjay <fennecdjay@gwion.tk>
Wed, 4 Nov 2020 13:21:20 +0000 (14:21 +0100)
committerfennecdjay <fennecdjay@gwion.tk>
Wed, 4 Nov 2020 13:21:20 +0000 (14:21 +0100)
commit11ed7c5750313827405504c9b4ba674de81a5248
tree306b0ad307b7cae2a1d58a1f6eee312dcb8869bd
parent72135b8ba56d42ecf801c010d2af5a31a2e637e6
:white_check_mark: Update tests (parralel lib testing)
71 files changed:
scripts/test.sh
tests/plug/array.gw [new file with mode: 0644]
tests/plug/array_in_var_name.gw [new file with mode: 0644]
tests/plug/array_in_var_name_fail.gw [new file with mode: 0644]
tests/plug/array_incoherent_in_var_name.gw [new file with mode: 0644]
tests/plug/array_invalid_in_var_name.gw [new file with mode: 0644]
tests/plug/callback.gw [new file with mode: 0644]
tests/plug/class_template.gw
tests/plug/class_template_fail.gw [new file with mode: 0644]
tests/plug/class_template_invalid.gw [new file with mode: 0644]
tests/plug/compile_file.gw [new file with mode: 0644]
tests/plug/compile_string.gw [new file with mode: 0644]
tests/plug/coverage.gw
tests/plug/empty_union.gw [new file with mode: 0644]
tests/plug/end_class.gw [new file with mode: 0644]
tests/plug/enum.gw
tests/plug/enum_fail.gw [new file with mode: 0644]
tests/plug/enum_fail2.gw [new file with mode: 0644]
tests/plug/enum_fail3.gw [new file with mode: 0644]
tests/plug/extend_array.gw
tests/plug/fail_on_next_arg.gw [new file with mode: 0644]
tests/plug/fail_on_next_arg2.gw [new file with mode: 0644]
tests/plug/fptr.gw
tests/plug/fptr_tmpl.gw [new file with mode: 0644]
tests/plug/fptr_tmpl_fail.gw [new file with mode: 0644]
tests/plug/func_fail.gw [new file with mode: 0644]
tests/plug/func_fail2.gw [new file with mode: 0644]
tests/plug/func_fail3.gw [new file with mode: 0644]
tests/plug/func_fail4.gw [new file with mode: 0644]
tests/plug/func_subscript_not_empty.gw [new file with mode: 0644]
tests/plug/func_tmpl.gw
tests/plug/func_tmpl_fail.gw [new file with mode: 0644]
tests/plug/func_too_many_arg.gw [new file with mode: 0644]
tests/plug/global_func.gw
tests/plug/global_var.gw
tests/plug/invalid_arg.gw [new file with mode: 0644]
tests/plug/invalid_array.gw [new file with mode: 0644]
tests/plug/invalid_func.gw [new file with mode: 0644]
tests/plug/invalid_names.gw [new file with mode: 0644]
tests/plug/invalid_names0.gw [new file with mode: 0644]
tests/plug/invalid_names1.gw [new file with mode: 0644]
tests/plug/invalid_names2.gw [new file with mode: 0644]
tests/plug/invalid_names3.gw [new file with mode: 0644]
tests/plug/invalid_type1.gw [new file with mode: 0644]
tests/plug/invalid_type2.gw [new file with mode: 0644]
tests/plug/invalid_type3.gw [new file with mode: 0644]
tests/plug/mk_type_array.gw [new file with mode: 0644]
tests/plug/no_import.gw [new file with mode: 0644]
tests/plug/not_importing.gw [new file with mode: 0644]
tests/plug/op_already_imported.gw
tests/plug/pass.gw [new file with mode: 0644]
tests/plug/specialid_emit.gw
tests/plug/static_string.gw
tests/plug/str2decl.gw [new file with mode: 0644]
tests/plug/str2list_fail.gw [new file with mode: 0644]
tests/plug/template_arg.gw [new file with mode: 0644]
tests/plug/trig.gw
tests/plug/typedef.gw
tests/plug/typedef_fail.gw [new file with mode: 0644]
tests/plug/typedef_tmpl.gw [new file with mode: 0644]
tests/plug/ugen_connect.gw [new file with mode: 0644]
tests/plug/union.gw
tests/plug/union_fail_exp.gw [new file with mode: 0644]
tests/plug/union_member.gw [new file with mode: 0644]
tests/plug/union_name.gw
tests/plug/union_tmpl.gw
tests/plug/union_tmpl_fail.gw [new file with mode: 0644]
tests/plug/union_tmpl_fail2.gw [new file with mode: 0644]
tests/plug/union_tmpl_fail3.gw [new file with mode: 0644]
tests/plug/variadic.gw
tests/plug/vm_remove.gw