dmd/druntime/test/stdcpp
Martin Kinkelin 801ad02294 druntime: Streamline make clean for integration tests
The 22 integration tests came with a mix of removing only ROOT
(generated/OS/BUILD/MODEL) or GENERATED (generated) subdirs as
part of their `make clean`.

And running `make clean` in the druntime dir only cleaned up the
default BUILD=release variant, while running `make unittest` without
explicit BUILD type includes running the integration tests in both
debug and release variants.

Streamline/fix this to always cleaning up ROOT, and running `make clean`
in both variants when running druntime's `make clean`.
2024-05-25 22:56:15 +02:00
..
src Fix issue 24298 - cpp_delete should check for null 2023-12-22 22:45:08 +01:00
Makefile druntime: Streamline make clean for integration tests 2024-05-25 22:56:15 +02:00
msc_ver.c druntime: Merge test/stdcpp/win64.mak into Makefile 2023-12-18 07:29:32 +08:00