summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-11-13 16:00:31 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-11-14 23:46:14 +0000
commite55aaf039c2294ba8b90b490cea65477ca1ef714 (patch)
tree8c2d458e68b65724b1cbe25f2efb484fa8237e83 /test/Jamfile.jam
parentRefactor shading output components (diff)
downloadilt-e55aaf039c2294ba8b90b490cea65477ca1ef714.tar.bz2
ilt-e55aaf039c2294ba8b90b490cea65477ca1ef714.tar.xz
ilt-e55aaf039c2294ba8b90b490cea65477ca1ef714.zip
Add a basic if clunky render test
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 7606ae4..3f3150d 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -30,4 +30,5 @@ run test-network.cpp ;
run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob fixtures/json/*.json fixtures/json/bad/*.json ] ] ;
run test-text.cpp ;
run test-enumDetails.cpp ;
+run test-render.cpp ;
compile test-static-enumDetails.cpp ;