summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-17 10:59:39 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-17 10:59:39 +0530
commit316b86f2c4a757f378787c1a2244bd2474f2762e (patch)
tree76993abffd7133b53f8d69def5c24e280b4972b7
parent2ca5f0e70b82ad0c61123ba573d81eb70d7a06ee (diff)
evanix: set unique test names
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index c81958c..4217858 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -21,7 +21,7 @@ e = executable(
foreach solver : ['sjf', 'highs', 'conformity']
- test('evanix', e, args: [
+ test(f'evanix-@solver@', e, args: [
'--dry-run',
'--close-unused-fd=false',
'--max-build=3',