Restructured test directories.
[libsex.git] / tests / framework / AutoCreatedException.hxx
blob7822c72434ad46f2c8566cbd5c61ca9e95670725
1 #ifndef AUTOCREATEDEXCEPTION_HXX
2 #define AUTOCREATEDEXCEPTION_HXX
4 #include <libsex/macros.hxx>
5 #include <libsex/Exception.hxx>
7 // Do not change this! Here we're testing whether
8 // defining new exception classes using macros works.
10 LIBSEX_DECLARE(libsex::Exception, AutoCreatedException);
12 #endif