mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
This script parses all unittests annotated with three slashes (`///') and extracts them into a standalone test case. The intended use is for generating inexpensive tests to be ran for the phobos testsuite. libphobos/ChangeLog: * scripts/.gitignore: Add tests_extractor. * scripts/README: Document tests_extractor.d. * scripts/tests_extractor.d: New file.
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
# Dub leaves built programs in this directory.
|
|
gen_druntime_sources
|
|
gen_phobos_sources
|
|
tests_extractor
|