IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2006, 5:26:07 PM (20 years ago)
Author:
eugene
Message:

added periodogram, tests, some minor bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/test/tests.sh

    r6266 r6642  
    11
    22list testdir
     3  cmd.data/test
    34  cmd.basic/test
    45end
     6
     7$VERBOSE = 0
    58
    69macro fulltests
     
    1518
    1619  for Ti 0 $testdir:n
     20    if ($VERBOSE > 0)
     21       echo "directory $testdir:$Ti"
     22    end
    1723    list testscripts -x "ls $testdir:$Ti/*.sh"
    1824    for Tj 0 $testscripts:n
     25      if ($VERBOSE > 1)
     26         echo " running $testscripts:$Tj"
     27      end
    1928      input $testscripts:$Tj
    2029      for Tk 0 $tests:n
    21         # echo running $tests:$Tk
     30        if ($VERBOSE > 2)
     31          echo "   running $tests:$Tk"
     32        end
    2233        $tests:$Tk
    2334        if ($PASS == 0)
    24           echo "failed test $tests:$Tk"
     35          echo "   ** failed test $tests:$Tk"
    2536          $Nfail ++
    2637          $n = $failtest:n
     
    3243          $faildirs:n ++
    3344        else
    34           # echo "passed $tests:$Tk"
    3545          $Npass ++
    3646        end
Note: See TracChangeset for help on using the changeset viewer.