Fix tests: add hamcrest jar, make them run headless/no dock icon.

This commit is contained in:
Ray J. Greenwell
2026-04-27 20:41:05 -07:00
parent 5e9f4d5a15
commit cc7193a4f4
3 changed files with 17 additions and 0 deletions
+3
View File
@@ -94,6 +94,9 @@
<includes>
<include>com/threerings/**/*Test.java</include>
</includes>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>