dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

Move test infrastructure code from the test/ tree to a src/...testing/ directory #274

Open dplassgit opened 9 months ago

dplassgit commented 9 months ago

As summary.

dplassgit commented 9 months ago

E.g., https://github.com/dplassgit/d2lang/tree/trunk/test/com/plasstech/lang/d2/testing https://github.com/dplassgit/d2lang/blob/trunk/test/com/plasstech/lang/d2/codegen/x64/NasmCodeGeneratorTestBase.java https://github.com/dplassgit/d2lang/blob/trunk/test/com/plasstech/lang/d2/optimize/OpcodeSubject.java

dplassgit commented 3 months ago

https://github.com/dplassgit/d2lang/blob/trunk/test/com/plasstech/lang/d2/codegen/x64/NasmCodeGeneratorTestBase.java was moved in Issue #315