webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
464 stars 125 forks source link

Forced to compile entire project #196

Open smcghie opened 2 years ago

smcghie commented 2 years ago

Greetings! So I’ve been using KITE to test a project my team is working on and I’ve noticed that even if I only change something in the test folder, if I just compile that folder the changes aren’t implemented. It’s not until I c all that the updates work. It’s quite time consuming waiting for the entire project to compile, so I was wondering what I might be doing wrong. Thanks for any help!