Add wikidata tests to extensions/build.xml

This commit is contained in:
Antonin Delpeuch 2018-01-09 19:33:26 +00:00
parent 316ee86e1a
commit fea53aa900

View File

@ -31,5 +31,6 @@
<echo message="Testing extensions" />
<ant dir="jython/" target="test" />
<ant dir="database/" target="test" />
<ant dir="wikidata/" target="test" />
</target>
</project>