diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-21 22:41:24 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-21 22:41:24 -0800 |
commit | 60cdfa59ed4eeefdfbe150933df67c21406e1247 (patch) | |
tree | a640b7e062545f5505c1894eaa8652d307023b29 /src/postamble.js | |
parent | c244ee875744ad62774c75548461325492799990 (diff) |
initial skeleton for gl tests
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js index 8f1f6cb8..ba295ea7 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -32,6 +32,8 @@ function run(args) { } Module['run'] = run; +// {{PRE_RUN_ADDITIONS}} + #if INVOKE_RUN run(args); #endif |