1
0
Fork 0
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:
John Ericson 2023-11-17 11:26:45 -05:00
parent 6acc9b11d9
commit 293ae59257

View file

@ -1,4 +1,4 @@
check: libutil-tests_RUN
check: libutil-tests-exe_RUN
programs += libutil-tests-exe