diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-12-28 13:49:54 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-12-28 13:50:06 +0000 |
commit | 69acdf6584be2a04094e27b395c50c071b2b15cf (patch) | |
tree | b9134ccb2087960637c6d7059f51af7fb02c18e3 /test/Jamfile.jam | |
parent | No need for the range hack, the shadow box is just centred around the origin (diff) | |
download | ilt-69acdf6584be2a04094e27b395c50c071b2b15cf.tar.bz2 ilt-69acdf6584be2a04094e27b395c50c071b2b15cf.tar.xz ilt-69acdf6584be2a04094e27b395c50c071b2b15cf.zip |
Use the existence of .substr(...) to test if a T is stringlike
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 32c522b..6a83f9c 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -33,3 +33,4 @@ run test-enumDetails.cpp ; run test-render.cpp ; run test-glContextBhvr.cpp ; compile test-static-enumDetails.cpp ; +compile test-static-stream_support.cpp ; |