Join Slack
Powered by
Does anybody know of a good way to run a specific ...
# kotlin-native
k
kpgalligan
11/07/2018, 12:01 AM
Does anybody know of a good way to run a specific test from the command line with the mpp? I had this working back in konan but not since
o
olonho
11/07/2018, 5:09 AM
just run the test binary (build with
-tr
) with an argument
--ktest_regex_filter=TEST_REGEX
k
kpgalligan
11/07/2018, 6:09 AM
Thanks. Got a hot tip on how to build the test binary without also having gradle run the whole thing?
o
olonho
11/07/2018, 6:24 AM
cannot you just run Gradle task
linkTest<MyBinary>
or depend on it?
k
kpgalligan
11/13/2018, 7:05 PM
Late reply, but this works great. Thanks!
3
Views
Open in Slack
Previous
Next