mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 13:40:11 +03:00
![]() There is the unit/deinitialization.d test that checks that variables are empty before calling `initDMD`. If this test happens to be run right before that one then the latter will fail. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me> |
||
---|---|---|
.. | ||
compilable | ||
interfaces | ||
lexer | ||
objc/protocols | ||
parser | ||
semantic | ||
support/data | ||
deinitialization.d | ||
frontend.d | ||
README.md | ||
self_test.d | ||
support.d | ||
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.