diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-08-28 01:45:11 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-11-18 22:04:29 +0200 |
commit | ee90ce74e8b585b210ab5df3709444db269b875d (patch) | |
tree | 197ec6f28d5f648913921cbeadab5363cbd5dd8d /mesonbuild | |
parent | 621219ccb0b0130f2146e32ccdc22db803b2bb09 (diff) | |
download | meson-ee90ce74e8b585b210ab5df3709444db269b875d.zip meson-ee90ce74e8b585b210ab5df3709444db269b875d.tar.gz meson-ee90ce74e8b585b210ab5df3709444db269b875d.tar.bz2 |
New test runner.
Diffstat (limited to 'mesonbuild')
-rwxr-xr-x | mesonbuild/scripts/meson_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/scripts/meson_benchmark.py b/mesonbuild/scripts/meson_benchmark.py index 6d138b0..9029c21 100755 --- a/mesonbuild/scripts/meson_benchmark.py +++ b/mesonbuild/scripts/meson_benchmark.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2015 The Meson development team +# Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |