blob: 7e3044a1f119c32463207f8acce5ab8584d5b51c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Raspberry Pi GPIO hardware module test
sh_test()
{
local interpreter="$1"
local test_dir="$2"
local test_name="$3"
export EXTRA_PYTHONPATH="$rootdir/libs/raspi_fake_gpio"
run_awl_test "$interpreter" "$test_dir/rpigpio.awlpro"
}
|