Import.
[libdcp.git] / run-tests.sh
1 #!/bin/sh
2
3 LD_LIBRARY_PATH=build/src
4 build/test/tests
5 diff -ur build/test/foo test/ref/DCP
6