Index: src/trusted/validator_x86/build.scons |
diff --git a/src/trusted/validator_x86/build.scons b/src/trusted/validator_x86/build.scons |
index 8835a57b659dc50319d57cb62353d908d1ed667f..4500fa14426fc8deaf160ed2771ecbc8790c18a3 100644 |
--- a/src/trusted/validator_x86/build.scons |
+++ b/src/trusted/validator_x86/build.scons |
@@ -393,3 +393,12 @@ def __AddNegMaxErrors(): |
STANDARD_TESTS) |
__AddNegMaxErrors() |
+ |
+if test_env.Bit('target_x86_64'): |
+ node = test_env.CommandTest('ncval_hello_x32.out', |
+ [ncval, |
+ env.File(os.path.join('${MAIN_DIR}/src/trusted', |
+ 'service_runtime', |
+ 'testdata/x86_64', |
+ 'hello_x32.nexe'))]) |
+ env.AddNodeToTestSuite(node, STANDARD_TESTS, 'run_ncval_hello_x32_test') |