1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Added CPathEntry in the AllCoreTests suite.

This commit is contained in:
Alain Magloire 2004-02-25 14:43:32 +00:00
parent d523bd1dbf
commit 116fc88367
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-02-25 Alain Magloire
Added the PathEntry in the AllCoreTests suite
* model/org/eclipse/cdt/core/model/tests/AllCoreTests.java
2004-02-24 Andrew Niefer 2004-02-24 Andrew Niefer
work for Bug 51485: Template Explicit Specializations work for Bug 51485: Template Explicit Specializations
added ParserSymbolTableTemplateTests.test_14_7_3__5_ExplicitSpecialization added ParserSymbolTableTemplateTests.test_14_7_3__5_ExplicitSpecialization

View file

@ -36,6 +36,7 @@ public class AllCoreTests {
suite.addTest(ArchiveTests.suite()); suite.addTest(ArchiveTests.suite());
suite.addTest(TranslationUnitTests.suite()); suite.addTest(TranslationUnitTests.suite());
suite.addTest(DeclaratorsTests.suite()); suite.addTest(DeclaratorsTests.suite());
suite.addTest(CPathEntryTest.suite());
return suite; return suite;