Skip to content

Commit

Permalink
pkghash: add a few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Dec 28, 2024
1 parent 78fee45 commit 74ec596
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/Makefile.autosetup
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ TESTS= \
utils \
metalog \
vec \
pkg_elf
pkg_elf \
hash

TESTS_SH= \
frontend/pkg.sh \
Expand Down Expand Up @@ -112,6 +113,7 @@ utils_OBJS= lib/utils.o
metalog_OBJS= lib/metalog.o
vec_OBJS= lib/vec.o
pkg_elf_OBJS= lib/pkg_elf.o
hash_OBJS= lib/hash.o

SRCS= \
$(packing_OBJS:.o=.c) \
Expand All @@ -127,7 +129,8 @@ SRCS= \
$(utils_OBJS:.o=.c) \
$(metalog_OBJS:.o=.c) \
$(vec_OBJS:.o=.c) \
$(pkg_elf_OBJS:.o=.c)
$(pkg_elf_OBJS:.o=.c) \
$(hash_OBJS:.o=.c) \

include $(MK)/common.mk

Expand Down

0 comments on commit 74ec596

Please sign in to comment.