I am running a specific test from the dmd test suite with the following command:
rdmd test/run.d --environment runnable_cxx/cppa.d
If I modify runnable_cxx/cppa.d and run the command again, then the test runs again, too.
If I modify only test/runnable_cxx/extra-files/cppb.cpp or test/runnable_cxx/extra-files/cppb.h instead, then the test will not run again.
Comment #1 by robert.schadek — 2024-12-13T19:18:34Z