diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-01-02 15:00:53 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-04-03 12:27:07 -0700 |
| commit | 2b2d075b95cf11480113fefc272b625204e9dc11 (patch) | |
| tree | 5879d5f8a84e022b1bd14bc2479b2c5ba399543e /unittests/baseplatformtests.py | |
| parent | d332a122c86ab64b644c05242aadc3a668e93e7a (diff) | |
| download | meson-2b2d075b95cf11480113fefc272b625204e9dc11.tar.gz | |
tests: demonstrate that our scanner cannot handle cross target modules
Diffstat (limited to 'unittests/baseplatformtests.py')
| -rw-r--r-- | unittests/baseplatformtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/baseplatformtests.py b/unittests/baseplatformtests.py index 5fff212f1..f9bb58135 100644 --- a/unittests/baseplatformtests.py +++ b/unittests/baseplatformtests.py @@ -78,6 +78,7 @@ class BasePlatformTests(TestCase): cls.objc_test_dir = os.path.join(src_root, 'test cases/objc') cls.objcpp_test_dir = os.path.join(src_root, 'test cases/objcpp') cls.darwin_test_dir = os.path.join(src_root, 'test cases/darwin') + cls.fortran_test_dir = os.path.join(src_root, 'test cases/fortran') # Misc stuff if cls.backend is Backend.ninja: |
