update perl pom with new test folder

This commit is contained in:
wing328 2016-02-11 09:30:41 +08:00
parent 3d9a331666
commit 7cb2898f47

View File

@ -35,7 +35,7 @@
<configuration>
<executable>perl</executable>
<arguments>
<argument>t/01_pet_api.t</argument>
<argument>tests/01_pet_api.t</argument>
</arguments>
</configuration>
</execution>
@ -48,7 +48,7 @@
<configuration>
<executable>perl</executable>
<arguments>
<argument>t/02_store_api.t</argument>
<argument>tests/02_store_api.t</argument>
</arguments>
</configuration>
</execution>
@ -61,7 +61,7 @@
<configuration>
<executable>perl</executable>
<arguments>
<argument>t/03_api_factory.t</argument>
<argument>tests/03_api_factory.t</argument>
</arguments>
</configuration>
</execution>
@ -74,7 +74,7 @@
<configuration>
<executable>perl</executable>
<arguments>
<argument>t/04_role.t</argument>
<argument>tests/04_role.t</argument>
</arguments>
</configuration>
</execution>