3 |
|
# Render and primitive type testing |
4 |
|
# |
5 |
|
|
6 |
< |
# Number of processes to use on tests that test multi-core |
6 |
> |
# Number of processes to use on tests that run multi-core |
7 |
|
NPROC = 2 |
8 |
|
|
9 |
|
# Image reduction for comparisons |
13 |
|
IMG_CMP = radcompare -rms 0.07 -max 1.5 |
14 |
|
|
15 |
|
# Default target is to test everything |
16 |
< |
all: test-xform test-oconv test-rad test-rfluxmtx \ |
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 \ |
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 |
+ |
### Test Aliases ### |
31 |
+ |
|
32 |
+ |
test-rpict: test-mirror-def |
33 |
+ |
|
34 |
+ |
test-rpiece test-mkpmap: test-mixtex-def |
35 |
+ |
|
36 |
|
### Special test of xform ### |
37 |
|
|
38 |
|
test-xform: combined_scene.rad |
252 |
|
|
253 |
|
### End mirror-fish tests |
254 |
|
|
248 |
– |
### Octree for mist ### |
249 |
– |
|
250 |
– |
mist.oct: mist.rif |
251 |
– |
rad -v 0 mist.rif |
252 |
– |
|
255 |
|
### Reference and test for mist view def ### |
256 |
|
|
257 |
|
test-mist-def: ref/mist_def.hdr mist_def.hdr |
261 |
|
make mist_def.hdr |
262 |
|
$(RDU_PFILT) mist_def.hdr > ref/mist_def.hdr |
263 |
|
|
264 |
< |
mist_def.hdr: mist.oct |
265 |
< |
rad -v def mist.rif |
264 |
> |
mist_def.hdr: mist.rif |
265 |
> |
rad -N $(NPROC) mist.rif |
266 |
|
|
267 |
|
### End mist-def tests |
268 |
|
|
453 |
|
### Octree for mixtex ### |
454 |
|
|
455 |
|
mixtex.oct: mixtex.rif |
456 |
< |
rad -v 0 mixtex.rif |
456 |
> |
rad -v 0 -N $(NPROC) mixtex.rif |
457 |
|
|
458 |
|
### Reference and test for mixtex view def ### |
459 |
|
|
465 |
|
$(RDU_PFILT) mixtex_def.hdr > ref/mixtex_def.hdr |
466 |
|
|
467 |
|
mixtex_def.hdr: mixtex.oct |
468 |
< |
rad -v def mixtex.rif |
468 |
> |
rad -v def -N $(NPROC) mixtex.rif |
469 |
|
|
470 |
|
### End mixtex-def tests |
471 |
|
|