dmd/compiler/test/unit
Iain Buclaw 09d04945bd Fix build script paths to work with new merged repository structure
Co-Authored-By: Geod24 <pro.mathias.lang@gmail.com>
Co-Authored-By: Martin Kinkelin <noone@nowhere.com>
Co-Authored-By: Vladimir Panteleev <git@cy.md>
2022-07-09 23:49:27 +02:00
..
compilable Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
interfaces Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
lexer Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
objc/protocols Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
parser Move dmd files into compiler/ 2022-07-09 18:53:07 +02: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.