Skip to content

Commit 197733f

Browse files
author
chad-iris
committed
Add static library dependency for test target
1 parent 9e135fe commit 197733f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $(LIB_DYN): $(LIB_DOBJS)
4949
$(CC) $(CFLAGS) -dynamiclib -compatibility_version $(COMPAT_VER) -current_version $(CURRENT_VER) -install_name $(LIB_DYN_ALIAS) -o $(LIB_DYN) $(LIB_DOBJS)
5050
ln -sf $(LIB_DYN) $(LIB_DYN_ALIAS)
5151

52-
test: FORCE
52+
test: static FORCE
5353
@$(MAKE) -C test test
5454

5555
clean:

0 commit comments

Comments
 (0)