summaryrefslogtreecommitdiff
path: root/unittests/baseplatformtests.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-01-02 15:00:53 -0800
committerDylan Baker <dylan@pnwbakers.com>2025-04-03 12:27:07 -0700
commit2b2d075b95cf11480113fefc272b625204e9dc11 (patch)
tree5879d5f8a84e022b1bd14bc2479b2c5ba399543e /unittests/baseplatformtests.py
parentd332a122c86ab64b644c05242aadc3a668e93e7a (diff)
downloadmeson-2b2d075b95cf11480113fefc272b625204e9dc11.tar.gz
tests: demonstrate that our scanner cannot handle cross target modules
Diffstat (limited to 'unittests/baseplatformtests.py')
-rw-r--r--unittests/baseplatformtests.py1
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: