mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13: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:
parent
c5595bd4e5
commit
638cf2e1b6
@ -270,4 +270,5 @@ namespace SourceHook
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -46,8 +46,8 @@ DECL_TEST(Multi);
|
|||||||
DECL_TEST(Ref);
|
DECL_TEST(Ref);
|
||||||
DECL_TEST(RefRet);
|
DECL_TEST(RefRet);
|
||||||
DECL_TEST(VPHooks);
|
DECL_TEST(VPHooks);
|
||||||
DECL_TEST(HookManGen);
|
|
||||||
DECL_TEST(CPageAlloc); // in testhookmangen.cpp
|
DECL_TEST(CPageAlloc); // in testhookmangen.cpp
|
||||||
|
DECL_TEST(HookManGen);
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
@ -70,8 +70,8 @@ int main(int argc, char *argv[])
|
|||||||
DO_TEST(Ref);
|
DO_TEST(Ref);
|
||||||
DO_TEST(RefRet);
|
DO_TEST(RefRet);
|
||||||
DO_TEST(VPHooks);
|
DO_TEST(VPHooks);
|
||||||
DO_TEST(HookManGen);
|
|
||||||
DO_TEST(CPageAlloc);
|
DO_TEST(CPageAlloc);
|
||||||
|
DO_TEST(HookManGen);
|
||||||
|
|
||||||
cout << endl << "----" << endl << "Passed: " << passed << endl << "Failed: " << failed << endl;
|
cout << endl << "----" << endl << "Passed: " << passed << endl << "Failed: " << failed << endl;
|
||||||
cout << "Total: " << passed + failed << endl;
|
cout << "Total: " << passed + failed << endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user