Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
apitest.sh 197 B
#!/bin/bash

export LD_LIBRARY_PATH=`../binary_c-config libdirs_list | tr " " ":"`.
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:../src"
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"

#gdb
./binary_c-apitest 2>&1