diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-17 21:11:50 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-17 21:11:50 +0200 |
commit | 9418ece26a83c3c9925ace74eef20b3c19058bbb (patch) | |
tree | e4e48f4808d36a78dfda5930b2dddc1e8198daec /run_tests.py | |
parent | baaa9882910d88cc5d5b550169de7e9a99b536cc (diff) | |
download | meson-9418ece26a83c3c9925ace74eef20b3c19058bbb.zip meson-9418ece26a83c3c9925ace74eef20b3c19058bbb.tar.gz meson-9418ece26a83c3c9925ace74eef20b3c19058bbb.tar.bz2 |
Renamed system from builder to Meson.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 2046509..5892ec8 100755 --- a/run_tests.py +++ b/run_tests.py @@ -20,7 +20,7 @@ import os, subprocess, shutil, sys test_build_dir = 'work area' install_dir = os.path.join(os.path.split(os.path.abspath(__file__))[0], 'install dir') use_shell = len(sys.argv) > 1 -builder_command = './builder.py' +builder_command = './meson.py' if use_shell: generator_flags = ['--generator', 'shell'] compile_commands = ['compile.sh'] |