Finalize moduleification so that full test suite runs.

This commit is contained in:
Jussi Pakkanen
2016-01-16 00:04:57 +02:00
parent 66c01401de
commit 4c31e7774d
6 changed files with 31 additions and 15 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright 2013-2014 The Meson development team
# Copyright 2013-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.
@ -23,7 +23,7 @@ Not part of the main test suite because of two reasons:
Eventually migrate to something fancier.'''
import os, subprocess, shutil, sys
import environment
import meson.environment as environment
from run_tests import gather_tests