yarn/filament/src/test
modmuss50 bb890099bb
Build script improvements (#3493)
* Move more to filament

* Fix build

* Mabye fix

* Update enigma

* Fix config caching warning.

* Update engima again

* Enable configuration cache

* Update gradle

* Update loom

* Fixes and improvements.

* Small cleanup

* Fix typo
2023-03-25 17:43:54 +00:00
..
java/net/fabricmc/filament/test Move filament into the yarn repo. (#3296) 2022-09-19 18:18:02 +01:00
resources/projects Build script improvements (#3493) 2023-03-25 17:43:54 +00:00
README.md Move filament into the yarn repo. (#3296) 2022-09-19 18:18:02 +01:00

README.md

The tests for Filament are mostly Gradle projects that are automatically tested using JUnit 5.

Structure

/projects/sharedData

Data files shared between tests. This includes large files like a build of Yarn mappings.

/projects/javadocLint

Test project for the javadocLint task (JavadocLintTask).

/projects/unpickDef

Test project for the combineUnpickDefinitions and remapUnpickDefinitionsIntermediary tasks (CombineUnpickDefinitionsTask and RemapUnpickDefinitionsTask).