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 authored and hennevogel committed Apr 25, 2022
1 parent 9876384 commit e10f354
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 @@ -31,7 +31,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 e10f354

Please sign in to comment.