1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-18 11:54:14 +01:00

CPageAlloc now executes before TestHookmanGen, newline at the end of sh_pagealloc.h

--HG--
branch : hookman_autogen
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/hookman_autogen%40546
This commit is contained in:
Pavol Marko 2007-11-06 22:04:38 +00:00
parent c5595bd4e5
commit 638cf2e1b6
2 changed files with 4 additions and 3 deletions

View File

@ -270,4 +270,5 @@ namespace SourceHook
};
}
#endif
#endif

View File

@ -46,8 +46,8 @@ DECL_TEST(Multi);
DECL_TEST(Ref);
DECL_TEST(RefRet);
DECL_TEST(VPHooks);
DECL_TEST(HookManGen);
DECL_TEST(CPageAlloc); // in testhookmangen.cpp
DECL_TEST(HookManGen);
int main(int argc, char *argv[])
{
@ -70,8 +70,8 @@ int main(int argc, char *argv[])
DO_TEST(Ref);
DO_TEST(RefRet);
DO_TEST(VPHooks);
DO_TEST(HookManGen);
DO_TEST(CPageAlloc);
DO_TEST(HookManGen);
cout << endl << "----" << endl << "Passed: " << passed << endl << "Failed: " << failed << endl;
cout << "Total: " << passed + failed << endl;