blob: b8ed06057f799f9d6a4351e8e1b6c3768aa55839 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
# Private test data; this is stuff that is non-distributable
private=../libdcp1-test-private
export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH
build/test/bench $private
|