3 |
|
# Render and primitive type testing |
4 |
|
# |
5 |
|
|
6 |
+ |
# Number of processes to use on tests that run multi-core |
7 |
+ |
NPROC = 2 |
8 |
+ |
|
9 |
|
# Image reduction for comparisons |
10 |
|
RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1 |
11 |
|
|
12 |
|
# Image comparison command |
13 |
< |
IMG_CMP = radcompare -rms 0.08 -max 1.5 |
13 |
> |
IMG_CMP = radcompare -rms 0.07 -max 1.5 |
14 |
|
|
15 |
|
# Default target is to test everything |
16 |
< |
all: test-dielectric-def test-dielectric-fish test-glass-def \ |
17 |
< |
test-glass-fish test-glass-up test-inst-def test-inst-fish \ |
16 |
> |
all: test-xform test-oconv test-rad test-rfluxmtx test-rpiece \ |
17 |
> |
test-rpict test-mkpmap \ |
18 |
> |
test-mixtex-def test-mixtex-fish test-mixtex-plan test-mixtex-rplan \ |
19 |
> |
test-trans2-def test-trans2-fish test-dielectric-def \ |
20 |
> |
test-dielectric-fish test-glass-def test-glass-fish test-glass-up \ |
21 |
> |
test-tfunc-def test-tfunc-fish test-inst-def test-inst-fish \ |
22 |
|
test-mesh-def test-mesh-cyl test-mirror-fish test-mist-def \ |
23 |
< |
test-tfunc-def test-tfunc-fish test-trans-def test-trans-fish \ |
24 |
< |
test-trans2-def test-trans2-fish |
23 |
> |
test-trans-def test-trans-fish test-patterns-def test-patterns-plan \ |
24 |
> |
test-rtrace |
25 |
|
|
26 |
|
clean: |
27 |
< |
rm -f *.oct *.amb *_ill.dat *_*.hdr *.unf combined.rad |
27 |
> |
rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \ |
28 |
> |
*.[cg]pm{,.leaf} inst_rad.txt combined.rad rfmirror.mtx |
29 |
|
|
30 |
< |
# Special test of xform |
30 |
> |
### Test Aliases ### |
31 |
|
|
32 |
< |
test-xform: combined_scene.rad |
32 |
> |
test-rpict: test-mirror-fish |
33 |
> |
|
34 |
> |
test-rpiece test-mkpmap: test-mixtex-def |
35 |
> |
|
36 |
> |
### Special test of xform ### |
37 |
> |
|
38 |
> |
test-xform: combined.rad |
39 |
> |
radcompare -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 |
26 |
– |
radcompare ref/combined.rad combined.rad |
43 |
|
|
44 |
+ |
### Special test of rad ### |
45 |
+ |
|
46 |
+ |
test-rad: inst.rif |
47 |
+ |
rad -n -s -e inst.rif > inst_rad.txt |
48 |
+ |
radcompare ref/inst_rad.txt inst_rad.txt |
49 |
+ |
|
50 |
+ |
### Special test of oconv ### |
51 |
+ |
|
52 |
+ |
test-oconv: inst.oct |
53 |
+ |
radcompare ref/inst.oct inst.oct |
54 |
+ |
|
55 |
+ |
### Special test of rtrace ### |
56 |
+ |
|
57 |
+ |
test-rtrace: ref/mirror_fish.hdr rtmirror_fish.hdr |
58 |
+ |
$(RDU_PFILT) rtmirror_fish.hdr | $(IMG_CMP) -h ref/mirror_fish.hdr - |
59 |
+ |
|
60 |
+ |
rtmirror_fish.hdr: mirror.oct |
61 |
+ |
rad -v 0 mirror.rif OPT=mirror.opt |
62 |
+ |
vwrays -ff -vf fish.vf -x 2048 -y 2048 | rtrace -n $(NPROC) @mirror.opt \ |
63 |
+ |
-ffc -x 2048 -y 2048 mirror.oct | pfilt -1 -e +3 -r .6 -x /2 -y /2 \ |
64 |
+ |
> rtmirror_fish.hdr |
65 |
+ |
rm -f mirror.opt |
66 |
+ |
|
67 |
+ |
### Special test for rfluxmtx (and rcontrib) ### |
68 |
+ |
|
69 |
+ |
test-rfluxmtx: ref/rfmirror.mtx rfmirror.mtx |
70 |
+ |
radcompare -max .4 -rms .05 -rel 1e-4 ref/rfmirror.mtx rfmirror.mtx |
71 |
+ |
|
72 |
+ |
rfmirror.mtx: mirror.rad dummysky.rad basic.mat diorama_walls.rad \ |
73 |
+ |
closed_end.rad front_cap.rad glass_pane.rad antimatter_portal.rad |
74 |
+ |
rfluxmtx -n $(NPROC) -ab 2 -lw 1e-4 mirror.rad dummysky.rad \ |
75 |
+ |
basic.mat diorama_walls.rad closed_end.rad front_cap.rad \ |
76 |
+ |
glass_pane.rad antimatter_portal.rad > rfmirror.mtx |
77 |
+ |
|
78 |
|
### Octree for dielectric ### |
79 |
|
|
80 |
|
dielectric.oct: dielectric.rif |
254 |
|
|
255 |
|
### End mirror-fish tests |
256 |
|
|
207 |
– |
### Octree for mist ### |
208 |
– |
|
209 |
– |
mist.oct: mist.rif |
210 |
– |
rad -v 0 mist.rif |
211 |
– |
|
257 |
|
### Reference and test for mist view def ### |
258 |
|
|
259 |
|
test-mist-def: ref/mist_def.hdr mist_def.hdr |
263 |
|
make mist_def.hdr |
264 |
|
$(RDU_PFILT) mist_def.hdr > ref/mist_def.hdr |
265 |
|
|
266 |
< |
mist_def.hdr: mist.oct |
267 |
< |
rad -v def mist.rif |
266 |
> |
mist_def.hdr: mist.rif |
267 |
> |
rad -N $(NPROC) mist.rif |
268 |
|
|
269 |
|
### End mist-def tests |
270 |
|
|
418 |
|
rad -v win trans2.rif |
419 |
|
|
420 |
|
### End trans2-win tests |
421 |
+ |
|
422 |
+ |
### Octree for patterns ### |
423 |
+ |
|
424 |
+ |
patterns.oct: patterns.rif |
425 |
+ |
rad -v 0 patterns.rif |
426 |
+ |
|
427 |
+ |
### Reference and test for patterns view def ### |
428 |
+ |
|
429 |
+ |
test-patterns-def: ref/patterns_def.hdr patterns_def.hdr |
430 |
+ |
$(RDU_PFILT) patterns_def.hdr | $(IMG_CMP) ref/patterns_def.hdr - |
431 |
+ |
|
432 |
+ |
ref/patterns_def.hdr: |
433 |
+ |
make patterns_def.hdr |
434 |
+ |
$(RDU_PFILT) patterns_def.hdr > ref/patterns_def.hdr |
435 |
+ |
|
436 |
+ |
patterns_def.hdr: patterns.oct |
437 |
+ |
rad -v def patterns.rif |
438 |
+ |
|
439 |
+ |
### End patterns-def tests |
440 |
+ |
|
441 |
+ |
### Reference and test for patterns view plan ### |
442 |
+ |
|
443 |
+ |
test-patterns-plan: ref/patterns_plan.hdr patterns_plan.hdr |
444 |
+ |
$(RDU_PFILT) patterns_plan.hdr | $(IMG_CMP) ref/patterns_plan.hdr - |
445 |
+ |
|
446 |
+ |
ref/patterns_plan.hdr: |
447 |
+ |
make patterns_plan.hdr |
448 |
+ |
$(RDU_PFILT) patterns_plan.hdr > ref/patterns_plan.hdr |
449 |
+ |
|
450 |
+ |
patterns_plan.hdr: patterns.oct |
451 |
+ |
rad -v plan patterns.rif |
452 |
+ |
|
453 |
+ |
### End patterns-plan tests |
454 |
+ |
|
455 |
+ |
### Octree for mixtex ### |
456 |
+ |
|
457 |
+ |
mixtex.oct: mixtex.rif |
458 |
+ |
rad -v 0 -N $(NPROC) mixtex.rif |
459 |
+ |
|
460 |
+ |
### Reference and test for mixtex view def ### |
461 |
+ |
|
462 |
+ |
test-mixtex-def: ref/mixtex_def.hdr mixtex_def.hdr |
463 |
+ |
$(RDU_PFILT) mixtex_def.hdr | $(IMG_CMP) ref/mixtex_def.hdr - |
464 |
+ |
|
465 |
+ |
ref/mixtex_def.hdr: |
466 |
+ |
make mixtex_def.hdr |
467 |
+ |
$(RDU_PFILT) mixtex_def.hdr > ref/mixtex_def.hdr |
468 |
+ |
|
469 |
+ |
mixtex_def.hdr: mixtex.oct |
470 |
+ |
rad -v def -N $(NPROC) mixtex.rif |
471 |
+ |
|
472 |
+ |
### End mixtex-def tests |
473 |
+ |
|
474 |
+ |
### Reference and test for mixtex view fish ### |
475 |
+ |
|
476 |
+ |
test-mixtex-fish: ref/mixtex_fish.hdr mixtex_fish.hdr |
477 |
+ |
$(RDU_PFILT) mixtex_fish.hdr | $(IMG_CMP) ref/mixtex_fish.hdr - |
478 |
+ |
|
479 |
+ |
ref/mixtex_fish.hdr: |
480 |
+ |
make mixtex_fish.hdr |
481 |
+ |
$(RDU_PFILT) mixtex_fish.hdr > ref/mixtex_fish.hdr |
482 |
+ |
|
483 |
+ |
mixtex_fish.hdr: mixtex.oct |
484 |
+ |
rad -v fish mixtex.rif |
485 |
+ |
|
486 |
+ |
### End mixtex-fish tests |
487 |
+ |
|
488 |
+ |
### Reference and test for mixtex view plan ### |
489 |
+ |
|
490 |
+ |
test-mixtex-plan: ref/mixtex_plan.hdr mixtex_plan.hdr |
491 |
+ |
$(RDU_PFILT) mixtex_plan.hdr | $(IMG_CMP) ref/mixtex_plan.hdr - |
492 |
+ |
|
493 |
+ |
ref/mixtex_plan.hdr: |
494 |
+ |
make mixtex_plan.hdr |
495 |
+ |
$(RDU_PFILT) mixtex_plan.hdr > ref/mixtex_plan.hdr |
496 |
+ |
|
497 |
+ |
mixtex_plan.hdr: mixtex.oct |
498 |
+ |
rad -v plan mixtex.rif |
499 |
+ |
|
500 |
+ |
### End mixtex-plan tests |
501 |
+ |
|
502 |
+ |
### Reference and test for mixtex view rplan ### |
503 |
+ |
|
504 |
+ |
test-mixtex-rplan: ref/mixtex_rplan.hdr mixtex_rplan.hdr |
505 |
+ |
$(RDU_PFILT) mixtex_rplan.hdr | $(IMG_CMP) ref/mixtex_rplan.hdr - |
506 |
+ |
|
507 |
+ |
ref/mixtex_rplan.hdr: |
508 |
+ |
make mixtex_rplan.hdr |
509 |
+ |
$(RDU_PFILT) mixtex_rplan.hdr > ref/mixtex_rplan.hdr |
510 |
+ |
|
511 |
+ |
mixtex_rplan.hdr: mixtex.oct |
512 |
+ |
rad -v rplan mixtex.rif |
513 |
+ |
|
514 |
+ |
### End mixtex-rplan tests |