mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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…
Reference in a new issue