Merge trunk HEAD (r46369)
[reactos.git] / reactos / tools / rbuild / test.h
index 8aaee42..69e131f 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-#ifndef __TEST_H
-#define __TEST_H
+
+#pragma once
 
 #include "rbuild.h"
 #include "backend/mingw/mingw.h"
 
+#define SSEP DEF_SSEP
+
 #define RBUILD_BASE "tools" SSEP "rbuild" SSEP
-       
+
 class BaseTest
 {
 public:
@@ -153,4 +155,8 @@ public:
        void Run ();
 };
 
-#endif /* __TEST_H */
+class CompilationUnitTest : public BaseTest
+{
+public:
+       void Run ();
+};