summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-09-23 20:11:20 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-09-23 20:11:20 +0100
commit7aeca8c54d218f28ba8d4f0e5be1aec6219dbf54 (patch)
tree6f9c122e0abdb4949a3c102b2245d007969d6091 /test/Jamfile.jam
parentDon't create lots of unnecessary tmps (diff)
parentAdjust light colour as sun rises/sets (diff)
downloadilt-7aeca8c54d218f28ba8d4f0e5be1aec6219dbf54.tar.bz2
ilt-7aeca8c54d218f28ba8d4f0e5be1aec6219dbf54.tar.xz
ilt-7aeca8c54d218f28ba8d4f0e5be1aec6219dbf54.zip
Merge branch 'sunpos'HEADmain
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 0b830a8..3ab4c4c 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -63,6 +63,7 @@ run test-instancing.cpp : -- : test-glContainer : <library>test ;
run perf-instancing.cpp : \< : test-instancing : <library>benchmark <library>test ;
run test-glContainer.cpp : : : <library>test ;
run test-pack.cpp : : : <library>test ;
+run test-environment.cpp : : : <library>test ;
compile test-static-enumDetails.cpp ;
compile test-static-stream_support.cpp ;
explicit perf-assetFactory ;