diff options
Diffstat (limited to 'src/test/java/net/sf/antcontrib/cpptasks/TestAllClasses.java')
-rw-r--r-- | src/test/java/net/sf/antcontrib/cpptasks/TestAllClasses.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/java/net/sf/antcontrib/cpptasks/TestAllClasses.java b/src/test/java/net/sf/antcontrib/cpptasks/TestAllClasses.java index de6c491..e85fe27 100644 --- a/src/test/java/net/sf/antcontrib/cpptasks/TestAllClasses.java +++ b/src/test/java/net/sf/antcontrib/cpptasks/TestAllClasses.java @@ -1,6 +1,6 @@ /* * - * Copyright 2002-2004 The Ant-Contrib project + * Copyright 2002-2007 The Ant-Contrib project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -56,5 +56,8 @@ public class TestAllClasses extends TestSuite { addTestSuite(net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian.class); addTestSuite(net.sf.antcontrib.cpptasks.gcc.TestGccLinker.class); addTestSuite(net.sf.antcontrib.cpptasks.gcc.TestGccLinker.class); + addTestSuite(net.sf.antcontrib.cpptasks.sun.TestForteCCCompiler.class); + addTestSuite(net.sf.antcontrib.cpptasks.hp.TestaCCCompiler.class); + addTestSuite(net.sf.antcontrib.cpptasks.ibm.TestVisualAgeCCompiler.class); } } |