diff --git a/travis-ci/vmtest/prepare_selftests-4.9.0.sh b/travis-ci/vmtest/prepare_selftests-4.9.0.sh new file mode 100755 index 0000000..9b01fb3 --- /dev/null +++ b/travis-ci/vmtest/prepare_selftests-4.9.0.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +printf "all:\n\nclean:\n" > bpf_testmod/Makefile +touch bpf_testmod/bpf_testmod.ko diff --git a/travis-ci/vmtest/prepare_selftests-5.5.0.sh b/travis-ci/vmtest/prepare_selftests-5.5.0.sh new file mode 100755 index 0000000..9b01fb3 --- /dev/null +++ b/travis-ci/vmtest/prepare_selftests-5.5.0.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +printf "all:\n\nclean:\n" > bpf_testmod/Makefile +touch bpf_testmod/bpf_testmod.ko