diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-04-20 23:14:03 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-04-20 23:14:03 +0200 |
commit | 5f6fb4e4e77f121e0756744df8498520d4deddb8 (patch) | |
tree | 401a9a3337635984f2896544636cedd1e394782d /tests/ipedma | |
parent | 412188b87f31c5711240293fdd44e7fca85044af (diff) | |
download | pcitool-5f6fb4e4e77f121e0756744df8498520d4deddb8.tar.gz pcitool-5f6fb4e4e77f121e0756744df8498520d4deddb8.tar.bz2 pcitool-5f6fb4e4e77f121e0756744df8498520d4deddb8.tar.xz pcitool-5f6fb4e4e77f121e0756744df8498520d4deddb8.zip |
Fix scripts
Diffstat (limited to 'tests/ipedma')
-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 |