TEST: test for global variable initialization added
This commit is contained in:
committed by
vvlevchenko
parent
86bb5477c5
commit
5f097350ac
@@ -19,7 +19,12 @@ void * resolve_symbol(char *name) {
|
||||
return symbol;
|
||||
}
|
||||
|
||||
extern void InitMemory();
|
||||
extern void InitGlobalVariables();
|
||||
|
||||
int
|
||||
main() {
|
||||
InitMemory();
|
||||
InitGlobalVariables();
|
||||
exit(run_test());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user