From 5872c7cb7620a60b0921c6936d7bf5fad3dd94ff Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Tue, 26 May 2020 23:16:26 +0200 Subject: Static linking --- test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..f9a1ae0 --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Static linked libraray +LD_LIBRARY_PATH=libdir/ ./bin/lightconfini tests/bom.ini \ No newline at end of file -- cgit v1.2.3