diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-11-17 19:44:40 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-11-17 19:44:49 +0000 |
commit | 46fb6990bfcd07497229a5081b8e38287054be01 (patch) | |
tree | 14eb8ee576836826f9739be122b7645be484685a /test/Jamfile.jam | |
parent | Shaders can be deleted once attached to a program (diff) | |
download | ilt-46fb6990bfcd07497229a5081b8e38287054be01.tar.bz2 ilt-46fb6990bfcd07497229a5081b8e38287054be01.tar.xz ilt-46fb6990bfcd07497229a5081b8e38287054be01.zip |
Move OpenGL context behaviour tests into their own app
For our own sanity :)
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 3f3150d..32c522b 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -31,4 +31,5 @@ run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob fixtures/json/* run test-text.cpp ; run test-enumDetails.cpp ; run test-render.cpp ; +run test-glContextBhvr.cpp ; compile test-static-enumDetails.cpp ; |