dmd/compiler/test/unit
2024-12-15 12:13:28 -08:00
..
compilable add SearchOpt to enum type (#15889) 2023-12-08 14:56:03 +08:00
interfaces reduce Loc.sizeof by 8 bytes (#15199) 2023-05-08 17:07:38 -07:00
lexer add __rvalue(expression) builtin (#17050) 2024-12-15 12:13:28 -08:00
objc/protocols reduce Loc.sizeof by 8 bytes (#15199) 2023-05-08 17:07:38 -07:00
parser rename global.params.warnings to useWarnings 2024-10-14 16:23:16 +08:00
semantic compiler/test/unit/semantic/imports.d: call deinitializeDMD 2024-06-08 12:37:47 +02:00
support/data Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
deinitialization.d dmd: Move default field initializers to runtime 2024-02-12 21:17:17 +01:00
frontend.d try out replacing Dsymbol.error() part 5 (#15663) 2023-10-09 19:48:25 -07:00
README.md Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
self_test.d Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
support.d extricate location.d into its own file 2022-12-25 06:32:05 +01:00
triple.d Fix bugzilla issue 24623 followup. 2024-06-30 13:45:31 +02:00

Extended unit tests

Tests in this directory will be compiled into a single executable which links with the DMD frontend and runs all unittest blocks defined in this directory.

Purpose

These tests are intended to test single components (e.g. the lexer) in isolation instead of relying on full end-to-end tests as done for compilable, ... .

Remarks

Refer to test/README.md for general information and the test guidelines.