1 <?xml version="1.0" encoding="utf-8"?> 2 <module> 3 <inherits name="com.google.gwt.user.User"/> 4 <inherits name="com.google.gwt.junit.JUnit"/> 5 <inherits name="com.google.common.base.Base"/> 6 <inherits name="com.google.common.collect.Collect"/> 7 <inherits name="com.google.common.math.Math"/> 8 <inherits name="com.google.common.testing.Testing"/> 9 <inherits name="com.google.common.annotations.Annotations"/> 10 <inherits name="org.junit.contrib.truth.Truth"/> 11 <entry-point class="com.google.common.math.TestModuleEntryPoint"/> 12 13 <source path=""/> 14 15 <add-linker name="std"/> 16 17 <super-source path="super"/> 18 19 </module> 20