summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/run.sh
blob: fb605afa7bfca247aa46d624c04d44ac94ab76c3 (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/GraphicsOutputProtocol.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 )