Cartridge DE_EPAGES::Test

PURPOSE

Contains test cases that cannot be assigned to a particular cartridge, i.e. integration tests and regression tests.

SYNTAX

Windows

cd %EPAGES_CARTRIDGES%\DE_EPAGES\Test
perl Makefile.PL
nmake test STORE=Site
nmake test STORE=Store

Linux

/etc/default/epages6
cd $EPAGES_CARTRIDGES%/DE_EPAGES/Test
$PERL Makefile.PL
make test STORE=Site
make test STORE=Store