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:
parent
d523bd1dbf
commit
116fc88367
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
work for Bug 51485: Template Explicit Specializations
|
||||
added ParserSymbolTableTemplateTests.test_14_7_3__5_ExplicitSpecialization
|
||||
|
|
|
@ -36,6 +36,7 @@ public class AllCoreTests {
|
|||
suite.addTest(ArchiveTests.suite());
|
||||
suite.addTest(TranslationUnitTests.suite());
|
||||
suite.addTest(DeclaratorsTests.suite());
|
||||
suite.addTest(CPathEntryTest.suite());
|
||||
|
||||
return suite;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue