This is an automated email from the ASF dual-hosted git repository.

bereng pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 77cf2185b6 Add jmh microbenchmarks to eclipse IDE
77cf2185b6 is described below

commit 77cf2185b6c6261f3a6c3a2e3c8047b028190e8c
Author: Bereng <berenguerbl...@gmail.com>
AuthorDate: Fri Jul 28 08:05:46 2023 +0200

    Add jmh microbenchmarks to eclipse IDE
    
    patch by Berenguer Blasi; reviewed by Benjamin Lerer, Maxim Muzafarov for 
CASSANDRA-18702
---
 build.xml             | 4 ++++
 ide/idea-iml-file.xml | 1 +
 2 files changed, 5 insertions(+)

diff --git a/build.xml b/build.xml
index bc9d6eedc5..7c9c68555f 100644
--- a/build.xml
+++ b/build.xml
@@ -1978,6 +1978,10 @@
   <classpathentry kind="src" path="conf" including="hotspot_compiler"/>
   <classpathentry kind="src" output="${test.classes}" path="test/unit"/>
   <classpathentry kind="src" output="${test.classes}" path="test/long"/>
+  <classpathentry kind="src" output="${test.classes}" path="test/microbench"/>
+  <classpathentry kind="src" output="${test.classes}" path="test/memory"/>
+  <classpathentry kind="src" output="${test.classes}" path="test/burn"/>
+  <classpathentry kind="src" output="${test.classes}" path="test/anttasks"/>
   <classpathentry kind="src" output="${test.classes}" path="test/distributed"/>
   <classpathentry kind="src" output="${test.classes}" 
path="test/simulator/asm"/>
   <classpathentry kind="src" output="${test.classes}" 
path="test/simulator/main"/>
diff --git a/ide/idea-iml-file.xml b/ide/idea-iml-file.xml
index e6860f8e0b..01c071a728 100644
--- a/ide/idea-iml-file.xml
+++ b/ide/idea-iml-file.xml
@@ -35,6 +35,7 @@
             <sourceFolder url="file://$MODULE_DIR$/test/memory" 
isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/microbench" 
isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/burn" 
isTestSource="true" />
+            <sourceFolder url="file://$MODULE_DIR$/test/anttasks" 
isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/distributed" 
isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/simulator/asm" 
isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/simulator/bootstrap" 
isTestSource="true" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to