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