summaryrefslogtreecommitdiffstats
path: root/test_code/run.sh
diff options
context:
space:
mode:
authorRegina König2020-08-21 14:34:53 +0200
committerRegina König2020-08-21 14:34:53 +0200
commitdf7830bcecedf481f76f2f63fc6020e7bc7ae3c7 (patch)
treee33470b9180c30c80110895f6eb6c1a888fad971 /test_code/run.sh
parentcreated Logger.c. It's structure should be the final version for use in memtest (diff)
downloadmemtest86-df7830bcecedf481f76f2f63fc6020e7bc7ae3c7.tar.gz
memtest86-df7830bcecedf481f76f2f63fc6020e7bc7ae3c7.tar.xz
memtest86-df7830bcecedf481f76f2f63fc6020e7bc7ae3c7.zip
..
Diffstat (limited to 'test_code/run.sh')
-rwxr-xr-xtest_code/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_code/run.sh b/test_code/run.sh
index 3f9820a..6779ae2 100755
--- a/test_code/run.sh
+++ b/test_code/run.sh
@@ -5,7 +5,8 @@ applications=( "ConfigurationTable.efi"\
"GetRootSystemDescriptionPointer.efi"\
"TextOutput.efi"\
"ProtocolInformation.efi"\
- "doTest1.efi"
+ "doTest1.efi"\
+ "Logger.efi"
)
for app in "${applications[@]}"