summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-24 20:06:12 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-24 20:23:46 +0530
commitee76b7aaf3e39fac459ac819d25b2c64c848bb3e (patch)
tree3a090a5c540a3571caae4ae6947b03859a3625ba /tests
parent16ac10cfc0a441013229406b101fac5f02b26953 (diff)
jobs/job_cost_estimate: init
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index d8f1ef6..5b30498 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -8,7 +8,7 @@ dag_test = executable(
],
include_directories: evanix_inc,
- dependencies: [ cjson_dep, highs_dep ],
+ dependencies: [ cjson_dep, highs_dep, sqlite_dep ],
)
test('dag', dag_test)