diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-28 16:25:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-28 16:25:32 +0100 |
| commit | b02d241e59daae86bf41a5598c3c77e9ccc0f67a (patch) | |
| tree | bdf9f02325fdf1246e07fdb5c50019118f48b41e /wscript | |
| parent | 22d8401d9eadb022e40380a324b5871f77a18158 (diff) | |
Add a simple benchmark for scaling images.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -631,6 +631,7 @@ def build(bld): bld.recurse('src') bld.recurse('graphics') + bld.recurse('benchmark') if not bld.env.DISABLE_TESTS: bld.recurse('test') |
