mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-02 03:22:59 +00:00
Issue 258: Added test cases for ReadTaskMemory, reorganized project file, renamed filenames inside comments
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@263 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
19
src/client/mac/handler/testcases/DynamicImagesTests.h
Normal file
19
src/client/mac/handler/testcases/DynamicImagesTests.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* DynamicImagesTests.h
|
||||
* minidump_test
|
||||
*
|
||||
* Created by Neal Sidhwaney on 4/17/08.
|
||||
* Copyright 2008 Google Inc. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <CPlusTest/CPlusTest.h>
|
||||
|
||||
|
||||
class DynamicImagesTests : public TestCase {
|
||||
public:
|
||||
DynamicImagesTests(TestInvocation* invocation);
|
||||
virtual ~DynamicImagesTests();
|
||||
|
||||
void ReadTaskMemoryTest();
|
||||
};
|
||||
Reference in New Issue
Block a user