mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
.. | ||
testfiles | ||
.gitignore | ||
avg.d | ||
frontend.d | ||
frontend_file.d | ||
impvisitor.d | ||
lexer.d | ||
README.md | ||
retrieve_scope.d |
DMD as a library
The tests in this module are high-level and mostly indented to make sure all necessary modules are included in the Dub package.
The tests are executable single-file packages for the D's package manager dub
and can be directly executed:
./lexer.d
If you want to see the log output or want to pass additional options, use --single
:
dub --single -v lexer.d
If you don't have dub
installed on your system,
install an official release.