diff options
| author | Stephen Kelly <steveire@gmail.com> | 2011-08-25 17:01:04 (GMT) |
|---|---|---|
| committer | Stephen Kelly <steveire@gmail.com> | 2011-09-02 08:18:24 (GMT) |
| commit | 93d8d1992ed94225bb0a5706f0a294524913dccc (patch) | |
| tree | cb1850d6a828c6d8bebe02b8b53755f7e5db088b /Tests/Module/GenerateExportHeader/prefix/useprefixclass.cpp | |
| parent | 83ce7c4d3cbc8b4277e815f861456ea6f7ec18e3 (diff) | |
| download | CMake-93d8d1992ed94225bb0a5706f0a294524913dccc.zip CMake-93d8d1992ed94225bb0a5706f0a294524913dccc.tar.gz CMake-93d8d1992ed94225bb0a5706f0a294524913dccc.tar.bz2 | |
Add some more unit tests.
Diffstat (limited to 'Tests/Module/GenerateExportHeader/prefix/useprefixclass.cpp')
| -rw-r--r-- | Tests/Module/GenerateExportHeader/prefix/useprefixclass.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/Module/GenerateExportHeader/prefix/useprefixclass.cpp b/Tests/Module/GenerateExportHeader/prefix/useprefixclass.cpp new file mode 100644 index 0000000..8337ab8 --- /dev/null +++ b/Tests/Module/GenerateExportHeader/prefix/useprefixclass.cpp @@ -0,0 +1,7 @@ + +#include "useprefixclass.h" + +int UsePrefixClass::someMethod() const +{ + return 0; +}
\ No newline at end of file |
