| 36 | 
  | 
### Special test of xform ### | 
| 37 | 
  | 
 | 
| 38 | 
  | 
test-xform:     combined.rad | 
| 39 | 
< | 
        radcompare -max 0.04 ref/combined.rad combined.rad | 
| 39 | 
> | 
        radcompare "-c#" -max 0.04 ref/combined.rad combined.rad | 
| 40 | 
  | 
 | 
| 41 | 
  | 
combined.rad:   combined_scene.rad | 
| 42 | 
< | 
        xform -f combined_scene.rad | grep -v '^[       ]*#' > combined.rad | 
| 42 | 
> | 
        xform -f combined_scene.rad > combined.rad | 
| 43 | 
  | 
 | 
| 44 | 
  | 
### Special test of rad ### | 
| 45 | 
  | 
 | 
| 46 | 
< | 
test-rad:       inst.rif | 
| 46 | 
> | 
test-rad:       inst.oct | 
| 47 | 
  | 
        rad -n -s -e inst.rif > inst_rad.txt | 
| 48 | 
  | 
        radcompare ref/inst_rad.txt inst_rad.txt | 
| 49 | 
  | 
 |