cLK/lk/scripts/do-armemu-test

8 lines
125 B
Plaintext
Raw Normal View History

2011-11-06 23:26:22 +00:00
#!/bin/sh
export PROJECT=armemu-test
make -C ../armemu &&
make &&
(cd build-$PROJECT; ../../armemu/build-generic/armemu)