aboutsummaryrefslogtreecommitdiffstats
path: root/guava-testlib/blackhole-gwt/test/com/google/common/testing/testModule.gwt.xml
blob: f35130d6f028ca4bde17293b3a5c28a698cbab71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<module>
  <inherits name="com.google.gwt.user.User"/>
  <inherits name="com.google.gwt.junit.JUnit"/>
  <inherits name="com.google.common.collect.Collect"/>
  <inherits name="com.google.common.testing.Testing"/>
  <inherits name="org.junit.contrib.truth.Truth"/>
  <entry-point class="com.google.common.testing.TestModuleEntryPoint"/>
   
  <source path=""/>
    
  <add-linker name="std"/>
   
  <super-source path="super"/>
   
</module>