Add some more unit tests.

This commit is contained in:
Stephen Kelly
2011-08-25 19:01:04 +02:00
parent 83ce7c4d3c
commit 93d8d1992e
10 changed files with 114 additions and 0 deletions
@@ -0,0 +1,13 @@
#ifndef USEPREFIXCLASS_H
#define USEPREFIXCLASS_H
#include "use_prefix_lib_export.h"
class MYPREFIX_USE_PREFIX_LIB_EXPORT UsePrefixClass
{
public:
int someMethod() const;
};
#endif