Hello team, I'm working on a KMM project, and tryi...
# kotest
x
Hello team, I'm working on a KMM project, and trying to run native tests on a macOs Arm64. I have set everything up, my tests are written in
commonTest
source set, but when I run the
macOsArm64Test
gradle task, nothing seems to be tested. And if I manually run the
build/bin/macosArm64/debugTest/test.kexe
, the output shows
Running 0 tests from 0 test cases
Is there something to do to make the Test classes I write visible when running native ?