joular / joularjx

JoularJX is a Java-based agent for software power monitoring at the source code level.
https://www.noureddine.org/research/joular/joularjx
GNU General Public License v3.0
71 stars 17 forks source link

Maven install fails on Windows/macOS #50

Closed adelnoureddine closed 9 months ago

adelnoureddine commented 9 months ago

Maven install fails on Windows/macOS due to unit tests checking RAPL (only available on Linux).

adelnoureddine commented 9 months ago

To skip tests on Windows and macOS : mvn install -DskipTests

adelnoureddine commented 9 months ago

Updated readme with skip test command in commit 25a00cf