mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix make check
After 9c7749e135
, `libutil-tests_RUN`
doesn't exist. It needs to become `libutil-tests-exe_RUN`.
This commit is contained in:
parent
6acc9b11d9
commit
293ae59257
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
check: libutil-tests_RUN
|
check: libutil-tests-exe_RUN
|
||||||
|
|
||||||
programs += libutil-tests-exe
|
programs += libutil-tests-exe
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue