comparison test/call_suite/main.c @ 634:e3441521ad6b

"
author Tassilo Philipp
date Sun, 20 Nov 2022 19:46:01 +0100
parents 316c9d6f94a9
children
comparison
equal deleted inserted replaced
633:316c9d6f94a9 634:e3441521ad6b
155 { 155 {
156 int total; 156 int total;
157 157
158 dcTest_initPlatform(); 158 dcTest_initPlatform();
159 159
160 init_test_data(G_maxargs); 160 init_test_data();
161 G_callvm = (DCCallVM*) dcNewCallVM(4096); 161 G_callvm = (DCCallVM*) dcNewCallVM(4096);
162 dcReset(G_callvm); 162 dcReset(G_callvm);
163 total = run_all(); 163 total = run_all();
164 dcFree(G_callvm); 164 dcFree(G_callvm);
165 deinit_test_data(); 165 deinit_test_data();