dmd/compiler/test/dub_package
2022-08-02 22:58:16 +02:00
..
testfiles Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
.gitignore Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
avg.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
frontend_file.d Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
impvisitor.d Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
lexer.d Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
parser.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
retrieveScope.d dmd.dmodule: Remove dprogress state variable for semantic1 2022-08-02 22:58:16 +02:00

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.