Skip to content

Commit

Permalink
bazel(ldfi): set z3_library_path
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Feb 4, 2021
1 parent fadacc6 commit 834368e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ldfi/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@pip//:requirements.bzl", "requirement")
load("@rules_python//python:defs.bzl", "py_test")

py_test(
Expand All @@ -6,8 +7,10 @@ py_test(
srcs = ["tests/test_ldfi.py"],
imports = [".."],
deps = [
"//src/ldfi/src:ldfi_lib"
requirement("z3-solver"),
"//src/ldfi/src:ldfi_lib",
],
data = ["@z3//:bin"],
env = {
"Z3_LIBRARY_PATH": "/nix/store/zdaninww6cyh3h9aj7w0kymz8c13b1q4-z3-4.8.9-lib/lib"
}
Expand Down

0 comments on commit 834368e

Please sign in to comment.