libcli
libcli copied to clipboard
I think it may be better to test lib without install.
So i try to change my makefile as: clitest: clitest.o $(LIB_STATIC) $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $^ $(LIBS) And it need to export 'LD_LIBRARY_PATH=.' if i use the original makefile.
I do local testing with LD=LIBRARY_PATH=. ./clitest