Index: tests/inbrowser_test_runner/nacl.scons |
=================================================================== |
--- tests/inbrowser_test_runner/nacl.scons (revision 4097) |
+++ tests/inbrowser_test_runner/nacl.scons (working copy) |
@@ -17,6 +17,7 @@ |
dest_copy = env.Replicate('$STAGING_DIR', 'test_runner.html') |
test_executables = [ |
env.File('$STAGING_DIR/dynamic_load_test.nexe'), |
+ env.File('$STAGING_DIR/dynamic_modify_test.nexe'), |
env.File('$STAGING_DIR/imc_shm_mmap_test.nexe'), |
] |
# These are not true dependencies: They are not needed for |