.. |
bench
|
|
|
inout
|
cgen: % escape in string interpolated literals
|
2020-04-12 16:24:23 +03:00 |
local
|
|
|
modules
|
|
|
prod
|
|
|
project_with_c_code
|
|
|
project_with_modules_having_submodules
|
|
|
repl
|
repl_test.v: fix compilation (non working ones are for now renamed to .skip)
|
2020-04-13 11:06:52 +03:00 |
valgrind
|
|
|
array_equality_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
array_to_string_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
asm_test.v
|
|
|
attribute_test.v
|
|
|
backtrace_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
comptime_bittness_and_endianess_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
const_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
cstrings_test.v
|
|
|
defer_test.v
|
|
|
differently_named_structs_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
enum_bitfield_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
enum_default_value_in_struct_test.v
|
parser: fix enum default value in struct
|
2020-04-12 13:35:54 +03:00 |
enum_hex_test.v
|
|
|
enum_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
fixed_array_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
fn_expecting_ref_but_returning_struct_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
fn_expecting_ref_but_returning_struct_time_module_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
fn_multiple_returns_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
fn_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
fn_variadic_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
generic_test.v
|
|
|
if_expression_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
in_expression_test.v
|
tests: add testing for !in
|
2020-04-13 02:29:07 +02:00 |
interface_test.v
|
vfmt: add missing imports automatically
|
2020-04-12 17:45:04 +02:00 |
interfaces_map_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
live_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
local_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
match_expression_for_types_test.v
|
cgen: fix match expr multiline error
|
2020-04-13 13:05:38 +03:00 |
match_test.v
|
cgen: fix match expr in assert
|
2020-04-13 01:53:26 +02:00 |
module_test.v
|
|
|
msvc_test.v
|
|
|
multiret_with_ptrtype_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
mut_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
nameof_test.v
|
|
|
num_lit_call_method_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
operator_overloading_with_string_interpolation_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
option_default_values_test.v
|
|
|
option_if_assign_and_fallthrough_test.v
|
|
|
option_test.v
|
|
|
pointers_str_test.v
|
|
|
pointers_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
print_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
prod_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
repeated_multiret_values_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
return_voidptr_test.v
|
|
|
reusable_mut_multiret_values_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
shift_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
short_struct_param_syntax_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
static_arrays_using_const_for_size_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
str_gen_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
string_interpolation_array_of_structs_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
string_interpolation_struct_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
string_interpolation_test.v
|
cgen: % escape in string interpolated literals
|
2020-04-12 16:24:23 +03:00 |
string_interpolation_variadic_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
string_struct_interpolation_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
struct_chained_fields_correct_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
struct_test.v
|
|
|
type_alias_test.v
|
tests: add new type alias syntax tests
|
2020-04-13 16:44:21 +02:00 |
type_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
typeof_simple_types_test.v
|
|
|
typeof_test.v
|
tests: fix typeof_test
|
2020-04-13 02:22:14 +02:00 |
voidptr_to_u64_cast_a_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
voidptr_to_u64_cast_b_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
working_with_an_empty_struct_test.v
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |