diff options
Diffstat (limited to 'tests/ipedma/test.sh')
-rwxr-xr-x | tests/ipedma/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ipedma/test.sh b/tests/ipedma/test.sh index 497e101..4054f8a 100755 --- a/tests/ipedma/test.sh +++ b/tests/ipedma/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 $* } @@ -35,6 +35,6 @@ done echo "Stopping DMA..." pci --stop-dma dma0r -../../../apps/check_counter bench.out +../../apps/check_counter bench.out #pci -r 0 -s 32 |