summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/run.sh
blob: 6d98a6541fcd866b4dd0d51da657ffa5de8f56d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

(cd ..;. edksetup.sh BaseTools; build -a X64 -p MdeModulePkg/MdeModulePkg.dsc)

if [ $? -ne 0 ]; then exit 1; fi
(cd ..; cp Build/MdeModule/DEBUG_GCC5/X64/ProtocolInformation.efi ../../git/working_dir/memtest86/test_code/hda-contents/)

if [ $? -ne 0 ]; then exit 1; fi
(cd ../../../git/working_dir/memtest86/test_code; sudo ./run.sh )