Changeset 1027


Ignore:
Timestamp:
05/29/12 13:17:48 (12 years ago)
Author:
nanardon
Message:
  • add test to run after real configuration to fully test remote bases
Location:
trunk/LATMOS-Accounts
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/MANIFEST

    r1021 r1027  
    159159testdata/synchro/source/passwd 
    160160testdata/synchro/source/shadow 
     161live-test/10_sql.t 
     162live-test/config.pl.sample 
  • trunk/LATMOS-Accounts/Makefile.PL

    r1013 r1027  
    174174    return $section; 
    175175} 
     176 
     177sub test { 
     178    my $inherited = shift->SUPER::test(@_); 
     179 
     180    $inherited .= <<EOF; 
     181 
     182TESTLIVE_FILES = live-test/*.t 
     183 
     184test_live :: pure_all 
     185\tPERL_DL_NONLAZY=1 \$(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness(\$(TEST_VERBOSE), '\$(INST_LIB)', '\$(INST_ARCHLIB)')" \$(TESTLIVE_FILES) 
     186 
     187EOF 
     188    return $inherited; 
     189} 
Note: See TracChangeset for help on using the changeset viewer.