Bash-script with l4re-App
ba_f <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Organization | Student TU-Darmstadt |
| Message-ID | <[email protected]> |
Hello Hackers, is it possible to run a bash-script within a l4re-App? Or do i need l4Linux for this. Let me explain my problem: I have a l4re-App myServer. I'm testing myServer with another l4re-App, called myClient. Now, the legacy code provides a regression test, a bash-script setting evironment variables and starting programs. Some of the tests depend on each other. E.g. init_server(); calc();. What whould be the simplest way to run this script. Of course all test-programs can already IPC with myServer (by using a lib). Thanks again, ba_f