mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 15:02:42 +01: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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue