dmd/compiler/test/unit
2023-05-08 17:07:38 -07:00
..
compilable complete extraction of location.d 2022-12-28 11:33:38 -08:00
interfaces reduce Loc.sizeof by 8 bytes (#15199) 2023-05-08 17:07:38 -07:00
lexer Merge remote-tracking branch 'upstream/stable' into merge_stable 2023-05-01 17:22:00 +00:00
objc/protocols reduce Loc.sizeof by 8 bytes (#15199) 2023-05-08 17:07:38 -07:00
parser extricate location.d into its own file 2022-12-25 06:32:05 +01:00
semantic
support/data
deinitialization.d move addDefaultVersionIdentifiers to target (#15073) 2023-04-04 12:36:08 +03:00
frontend.d add errorsink.d, an abstract interface to error messages (#14906) 2023-02-26 15:08:59 -08:00
README.md
self_test.d
support.d extricate location.d into its own file 2022-12-25 06:32:05 +01:00
triple.d

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.