Provide configuration for manual launching of unit tests

This commit adds a .proverc configuration in lemonldap-* subdirectories

It allows you to run unit tests easily during development

    make clean && make
    cd lemonldap-ng-portal
    prove t/my-unit-test.t
    prove -v t/my-unit-test.t
    prove t/*.t

You'll get a nice colored output, plenty of details with '-v' (great is
you set logLevel to "debug" in the test), etc.
This commit is contained in:
Maxime Besson 2019-03-12 15:28:01 +01:00
parent c3532c3e6e
commit f46260204c
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
--blib

View File

@ -0,0 +1,3 @@
-I ../lemonldap-ng-common/blib/lib
-I .
--blib

View File

@ -0,0 +1,4 @@
-I .
-I ../lemonldap-ng-common/blib/lib
-I ../lemonldap-ng-handler/blib/lib
--blib

View File

@ -0,0 +1,4 @@
-I .
-I ../lemonldap-ng-common/blib/lib
-I ../lemonldap-ng-handler/blib/lib
--blib