1<?xml version="1.0" encoding="utf-8"?>
2<module>
3
4  <source path=""/>
5
6  <inherits name="com.google.gwt.user.User"/>
7
8  <inherits name="com.google.gwt.junit.JUnit"/>
9
10  <inherits name="com.google.common.collect.testing.Testing"/>
11
12  <inherits name="com.google.common.primitives.Primitives"/>
13
14  <inherits name="com.google.common.testing.Testing"/>
15
16  <inherits name="com.google.common.truth.Truth"/>
17
18  <entry-point class="com.google.common.primitives.TestModuleEntryPoint"/>
19
20  <super-source path="super"/>
21
22</module>
23