rainers / dlangvs

Visual Studio Solution for building DMD and its runtime library
1 stars 1 forks source link

Running an indivdual test is difficult. #4

Open 12345swordy opened 3 years ago

12345swordy commented 3 years ago

It currently run all the test without prompt the user to enter any optional arguments to run.exe file. I see that in the solution that you set it all up automatically, and I not sure if it is possible for you to it up to make it optional to enter additional arguments from the user.

rainers commented 3 years ago

I've added some msbuild magic so you can set the test (e.g. 'runnable/traits.d'), the arguments to permute and whether to force rebuilding the test. See the configuration page "Run dmd test suite"