27 |
|
test-glass-def test-glass-fish test-glass-up \ |
28 |
|
test-trans-fish test-patterns-def test-patterns-plan \ |
29 |
|
test-rtrace test-mirror-fish test-obj2mesh \ |
30 |
< |
test-prism1-fish test-prism2-fish |
30 |
> |
test-prism1-fish test-prism2-fish test-spectra-fish |
31 |
|
|
32 |
|
clean: |
33 |
|
rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \ |
39 |
|
batch1: test-mixtex-def test-mixtex-fish test-mixtex-plan test-mixtex-rplan \ |
40 |
|
test-xform test-oconv test-rad test-obj2mesh |
41 |
|
|
42 |
< |
batch2: test-rfluxmtx test-mist-def test-glass-def test-glass-fish test-glass-up |
42 |
> |
batch2: test-rfluxmtx test-mist-def test-glass-def test-glass-fish test-glass-up \ |
43 |
> |
test-spectra-fish |
44 |
|
|
45 |
|
batch3: test-inst-def test-inst-fish test-trans2-def test-trans2-fish test-trans2-win \ |
46 |
|
test-dielectric-def test-dielectric-fish |
537 |
|
rad -v rplan mixtex.rif |
538 |
|
|
539 |
|
### End mixtex-rplan tests |
540 |
+ |
|
541 |
+ |
### Octree for spectra |
542 |
+ |
|
543 |
+ |
spectra.oct: spectra.rif |
544 |
+ |
rad -v 0 spectra.rif |
545 |
+ |
|
546 |
+ |
### Reference and test for spectra fish ### |
547 |
+ |
|
548 |
+ |
test-spectra-fish: ref/spectra_fish.hdr spectra_fish.hdr |
549 |
+ |
$(RDU_PFILT) spectra_fish.hdr | $(IMG_CMP) ref/spectra_fish.hdr - |
550 |
+ |
|
551 |
+ |
ref/spectra_fish.hdr: |
552 |
+ |
make spectra_fish.hdr |
553 |
+ |
$(RDU_PFILT) spectra_fish.hdr > ref/spectra_fish.hdr |
554 |
+ |
|
555 |
+ |
spectra_fish.hdr: spectra.oct |
556 |
+ |
rad -v fish spectra.rif |
557 |
+ |
|
558 |
+ |
### End spectra-fish tests |