Changeset 171

Show
Ignore:
Timestamp:
10/18/07 15:44:53
Author:
apokayi
Message:

added the "ON" option for guts_main

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • guts.sh

    r140 r171  
    2020        ./guts_io.sh $2 
    2121elif [ "$SUITE" = "MAIN" ]; then 
    22          #Run the UPC Compiler Main test bench 
    23         cd guts_main 
    24         ./guts_main.sh $2 
     22        #Run the UPC Compiler Main test bench 
     23        # to turn on sytax coloring use [ON] as third argument 
     24        cd guts_main 
     25        ./guts_main.sh $2 $3 
    2526elif [ "$SUITE" = "COLLECTIVES" ]; then 
    2627         #Run the UPC/Collectives Main test bench