diff options
-rwxr-xr-x | tests/ipedma/ipecamera-frame.sh | 2 | ||||
-rwxr-xr-x | tests/ipedma/ipecamera-test.sh | 4 | ||||
-rwxr-xr-x | tests/ipedma/test.sh | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/ipedma/ipecamera-frame.sh b/tests/ipedma/ipecamera-frame.sh index f34fe93..9862432 100755 --- a/tests/ipedma/ipecamera-frame.sh +++ b/tests/ipedma/ipecamera-frame.sh @@ -4,7 +4,7 @@ TESTS_PATH="`dirname \"$0\"`" TESTS_PATH="`( cd \"$TESTS_PATH\" && pwd )`" function pci { - PCILIB_PATH=$TESTS_PATH/../../.. + PCILIB_PATH=$TESTS_PATH/../.. LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci -m ipedma $* } 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 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 |