diff options
Diffstat (limited to 'tests/ipedma/ipecamera-test.sh')
-rwxr-xr-x | tests/ipedma/ipecamera-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ipedma/ipecamera-test.sh b/tests/ipedma/ipecamera-test.sh index e700884..3984c82 100755 --- a/tests/ipedma/ipecamera-test.sh +++ b/tests/ipedma/ipecamera-test.sh @@ -3,7 +3,7 @@ size=65536 function pci { - PCILIB_PATH=`pwd`/../../.. + PCILIB_PATH=`pwd`/../.. LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci -m ipedma $* } @@ -37,4 +37,4 @@ done pci --stop-dma dma0r -../../../apps/check_counter bench.out +../../apps/check_counter bench.out |