diff options
author | M.Gergő | 2020-05-26 23:16:26 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-26 23:16:26 +0200 |
commit | 5872c7cb7620a60b0921c6936d7bf5fad3dd94ff (patch) | |
tree | 578780c96c1f3910c78ed7e9bf0e42df14dc90db /test.sh | |
parent | 764ba227cc4a07d4e40bc4a930459ab14078c43d (diff) | |
download | lightconfini-5872c7cb7620a60b0921c6936d7bf5fad3dd94ff.tar.gz lightconfini-5872c7cb7620a60b0921c6936d7bf5fad3dd94ff.zip |
Static linking
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/bash + +# Static linked libraray +LD_LIBRARY_PATH=libdir/ ./bin/lightconfini tests/bom.ini
\ No newline at end of file |