mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-01 06:09:06 +08:00
vmtests: test no-alu32 variant of test_progs
Add testing of no-alu32 flavor of test_progs. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
1b42b15b5e
commit
a846caca79
@@ -5,11 +5,13 @@ set -euxo pipefail
|
|||||||
test_progs() {
|
test_progs() {
|
||||||
echo TEST_PROGS
|
echo TEST_PROGS
|
||||||
./test_progs ${BLACKLIST:+-b$BLACKLIST} ${WHITELIST:+-t$WHITELIST}
|
./test_progs ${BLACKLIST:+-b$BLACKLIST} ${WHITELIST:+-t$WHITELIST}
|
||||||
|
|
||||||
|
echo TEST_PROGS-NO_ALU32
|
||||||
|
./test_progs-no_alu32 ${BLACKLIST:+-b$BLACKLIST} ${WHITELIST:+-t$WHITELIST}
|
||||||
}
|
}
|
||||||
|
|
||||||
test_maps() {
|
test_maps() {
|
||||||
echo TEST_MAPS
|
echo TEST_MAPS
|
||||||
# Allow failing on older kernels.
|
|
||||||
./test_maps
|
./test_maps
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user