dmd/compiler/test/unit
2025-02-28 19:53:22 +01:00
..
compilable add SearchOpt to enum type (#15889) 2023-12-08 14:56:03 +08:00
interfaces Refactor use of Loc/SourceLoc (#20785) 2025-01-26 14:06:14 +01:00
lexer Refactor use of Loc/SourceLoc (#20785) 2025-01-26 14:06:14 +01:00
objc/protocols Refactor use of Loc/SourceLoc (#20785) 2025-01-26 14:06:14 +01:00
parser Remove redundant tests 2025-02-17 19:33:21 +01:00
semantic Use typed STC instead of StorageClass / ulong (#20928) 2025-02-28 19:53:22 +01:00
support/data
deinitialization.d dmd: Move default field initializers to runtime 2024-02-12 21:17:17 +01:00
frontend.d Rephrase "no identifier for declarator" parse error (#20872) 2025-02-16 08:09:43 +08:00
README.md
self_test.d
support.d Refactor use of Loc/SourceLoc (#20785) 2025-01-26 14:06:14 +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.