diff options
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 ; |