forked from loafle/openapi-generator-original
update perl pom with new test folder
This commit is contained in:
parent
3d9a331666
commit
7cb2898f47
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user