Skip to content

Commit

Permalink
[backend] added '/usr/lib/build' to lib path for test_unit
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Apr 25, 2022
1 parent 53e6be2 commit 2426479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_data_dirs: prepare_dirs

test_unit: bs_config
rm -rf t/tmp/*
LANG=C prove -Ibuild -I. -v t/*.t
LANG=C prove -Ibuild -I. -I/usr/lib/build -v t/*.t

cover: bs_config clean_cover
rm -rf t/tmp/*
Expand Down

0 comments on commit 2426479

Please sign in to comment.