libcli icon indicating copy to clipboard operation
libcli copied to clipboard

I think it may be better to test lib without install.

Open kentzhang-geek opened this issue 11 years ago • 1 comments

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.

kentzhang-geek avatar Apr 09 '14 16:04 kentzhang-geek

I do local testing with LD=LIBRARY_PATH=. ./clitest

RobSanders avatar Jan 14 '21 22:01 RobSanders