summaryrefslogtreecommitdiff
path: root/sid-arm64-developer/customization/hooks/04-lava_test.chroot
blob: 6113b2e8111d6036306d0c74f0a3b1d6290a81ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

echo "I: run apt-get update"
apt-get update

echo "I: install extra package"
apt-get install --yes build-essential git

echo "I: install tests"
#nano_tests=(pwrmgmt gatortests perf device-tree)
#for nano_test in ${nano_tests[@]}; do
#    echo "lava-test install ${nano_test}"
#done