diff options
author | aclement <aclement> | 2004-08-06 12:31:27 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-06 12:31:27 +0000 |
commit | 5613f03356001c5af2d77ea40ee112bec43726f9 (patch) | |
tree | 576b336ef5bcfe662cb6cb3688aadd48d1af2536 /tests | |
parent | 8e7cc4198d414f20188edad080a13551a9a08a02 (diff) | |
download | aspectj-5613f03356001c5af2d77ea40ee112bec43726f9.tar.gz aspectj-5613f03356001c5af2d77ea40ee112bec43726f9.zip |
run the incremental model tests!
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/AllTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/AllTests.java b/tests/src/org/aspectj/systemtest/AllTests.java index 21a2ea5bb..ec5c1d467 100644 --- a/tests/src/org/aspectj/systemtest/AllTests.java +++ b/tests/src/org/aspectj/systemtest/AllTests.java @@ -14,6 +14,7 @@ import org.aspectj.systemtest.aspectpath.AspectPathTests; import org.aspectj.systemtest.base.BaseTests; import org.aspectj.systemtest.design.DesignTests; import org.aspectj.systemtest.incremental.IncrementalTests; +import org.aspectj.systemtest.incremental.model.IncrementalModelTests; import org.aspectj.systemtest.inpath.InPathTests; import org.aspectj.systemtest.options.OptionsTests; import org.aspectj.systemtest.pre10x.AjcPre10xTests; @@ -43,6 +44,7 @@ public class AllTests { suite.addTest(BaseTests.suite()); suite.addTest(DesignTests.suite()); suite.addTest(IncrementalTests.suite()); + suite.addTest(IncrementalModelTests.suite()); //suite.addTest(KnownLimitationsTests.class); suite.addTest(OptionsTests.suite()); suite.addTest(AjcPre10xTests.suite()); |