Subversion Repositories DevTools

Rev

Rev 299 | Rev 341 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 299 Rev 321
Line 568... Line 568...
568
        JatsCmd('make', $make_type, 'NODEPEND=1')   and Error("Package did not make");
568
        JatsCmd('make', $make_type, 'NODEPEND=1')   and Error("Package did not make");
569
        JatsCmd('install');
569
        JatsCmd('install');
570
 
570
 
571
        if ( $opt_runtests )
571
        if ( $opt_runtests )
572
        {
572
        {
573
            JatsCmd('make', 'run_unit_tests')      and Error("Tests did not run corectly");
573
            JatsCmd('make', 'run_unit_tests')      and Error("Tests did not run correctly");
574
        }
574
        }
575
    }
575
    }
576
    else
576
    else
577
    {
577
    {
578
        #
578
        #