Open JoieAli opened 3 years ago
yeap, it's just like that, emulator [options] ./a.out
You need to generate appropriate makefile, i.e. hack https://github.com/intel/yarpgen/blob/main/scripts/gen_test_makefile.py
See how it's done for sde
in this file. But you might not need sophisticated logic as we have for sde, which is triggered based of the host platform we run.
@Vsevolod-Livinskij might have more details.
How difficult is to run your emulator? Is it basically a prefix for test command line execution (like Intel SDE can be run like
sde -skx -- ./my_test
) or it requires more complex invokation?