Skip to content

Commit

Permalink
fix: implemented precompilation/preloading of erlang modules for sing…
Browse files Browse the repository at this point in the history
…le tests
  • Loading branch information
pavlobaron committed Jan 2, 2011
1 parent c43344b commit 99c9105
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -130,10 +130,14 @@
</classpath> </classpath>
<classpath refid="erjang.classpath" /> <classpath refid="erjang.classpath" />
<assertions><enable /></assertions> <assertions><enable /></assertions>
<jvmarg value="-Derjang.configfile=erjang_cfg.properties" /> <jvmarg value="-Xmx1g"/>
<jvmarg value="-Xss50m"/>
<jvmarg value="-XX:PermSize=128m"/>
<jvmarg value="-XX:MaxPermSize=1024m"/>
<jvmarg value="-Derjang.configfile=erjang_cfg.properties" />
<batchtest> <batchtest>
<!--<fileset dir="target/test-classes" includes="**/*_TEST.class" />--> <fileset dir="target/test-classes" includes="**/*_TEST.class" />
<fileset dir="target/test-classes" includes="**/sizes_tests_erl_TEST.class" /> <!--<fileset dir="target/test-classes" includes="**/sizes_tests_erl_TEST.class" />-->
</batchtest> </batchtest>
</junit> </junit>
</target> </target>
Expand Down

0 comments on commit 99c9105

Please sign in to comment.