dmd/compiler/test/unit
Ate Eskola a658f02da9
Fix security issue 22495 (#14538)
Fix security issue 22495 - unicode bidirectional controls should be forbidden.
2022-10-29 06:05:31 +08:00
..
compilable dmd.dmodule: Expose FileManager.lookForSourceFile to C++ (#14507) 2022-10-03 05:58:50 +03:00
interfaces Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
lexer Fix security issue 22495 (#14538) 2022-10-29 06:05:31 +08:00
objc/protocols Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
parser fix location issue for VisibilityDeclaration (#14473) 2022-10-05 12:09:24 +03:00
semantic Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
support/data Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
deinitialization.d Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
frontend.d Move dmd files into compiler/ 2022-07-09 18:53:07 +02: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 Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
triple.d Move dmd files into compiler/ 2022-07-09 18:53:07 +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.