diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-21 11:18:57 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-21 11:18:57 +0200 |
commit | ec5d89184a9953ef6b44388fa284ed8a7b889bf9 (patch) | |
tree | 4a7072d59a90cd657027aa218d103470cd1e7d67 | |
parent | 49c9a75663913217ced30fd61b7b27dd1d6d70da (diff) | |
download | bugzilla-triage-ec5d89184a9953ef6b44388fa284ed8a7b889bf9.tar.gz |
Add testing run to Makefile
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ all: install install: rsync -avz jsons/RH_Data-packages.json \ - /home/matej/Dokumenty/website/ceplovi.cz/matej/progs/data/
\ No newline at end of file + /home/matej/Dokumenty/website/ceplovi.cz/matej/progs/data/ + +test: + cfx run -a firefox -P ~/.mozilla/firefox/zj3uh9ia.devel-SDK/ |