in reply to Re: Share code among tests
in thread Share code among tests
Yes, the shared code should probably be in a module (.pm) file, but in what directory should I put that file and possibly what options should I give to ExtUtils::MakeMaker. The tests should find this module file no matter how I invoke the tests, but the file should not be installed by make install.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Share code among tests
by JavaFan (Canon) on May 08, 2011 at 19:57 UTC | |
|
Re^3: Share code among tests
by DrHyde (Prior) on May 10, 2011 at 10:12 UTC |