aboutsummaryrefslogtreecommitdiffstats
path: root/tests/incremental/initialTests/suite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/incremental/initialTests/suite.xml')
-rw-r--r--tests/incremental/initialTests/suite.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/incremental/initialTests/suite.xml b/tests/incremental/initialTests/suite.xml
index b6b568384..95e52be1f 100644
--- a/tests/incremental/initialTests/suite.xml
+++ b/tests/incremental/initialTests/suite.xml
@@ -105,5 +105,16 @@
<run class="Main"/>
</ajc-test>
+ <ajc-test dir="aspectSourceAdded"
+ title="add aspect source file and check world is rewoven"
+ keywords="incremental-test" >
+ <compile staging="true"
+ options="-incremental"
+ sourceroots="."/>
+ <inc-compile tag="20">
+ <dir-changes added="Detour"/>
+ </inc-compile>
+ <run class="Main"/>
+ </ajc-test>
</suite>