1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Fix makefile bug confusing libnixutil-test exe vs lib

The `-exe` variant is the program, the unsuffixed variant is the
library.

The corrected usage matches `libnixstore-test`.
This commit is contained in:
John Ericson 2023-11-14 11:42:25 -05:00
parent c889881cbb
commit 9c7749e135

View file

@ -1,6 +1,6 @@
check: libutil-tests_RUN check: libutil-tests_RUN
programs += libutil-tests programs += libutil-tests-exe
libutil-tests-exe_NAME = libnixutil-tests libutil-tests-exe_NAME = libnixutil-tests