dmd/compiler/test/unit
2024-12-15 12:13:28 -08:00
..
compilable
interfaces
lexer add __rvalue(expression) builtin (#17050) 2024-12-15 12:13:28 -08:00
objc/protocols
parser rename global.params.warnings to useWarnings 2024-10-14 16:23:16 +08:00
semantic
support/data
deinitialization.d
frontend.d
README.md
self_test.d
support.d
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.