* SUPL Tests based on oFono
@ 2012-06-25 13:45 Jens Rehsack
0 siblings, 0 replies; only message in thread
From: Jens Rehsack @ 2012-06-25 13:45 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]
Hi,
first snapshots of the planned SUPL tests has been uploaded to
http://repo.or.cz/:
- http://repo.or.cz/w/Net-Radio-Location-SUPL-Test.git
- http://repo.or.cz/w/Net-Radio-Modem.git
- http://repo.or.cz/w/Net-Radio-oFono.git
- http://repo.or.cz/w/Net-Radio-Modem-Adapter-oFono.git
I set up my local test environment using local::lib like following:
$ mkdir -p /data/devel/vfnet && cd /data/devel/vfnet
$ for repo in Net-Radio-Modem Net-Radio-oFono \
Net-Radio-Modem-Adapter-oFono \
Net-Radio-Location-SUPL-Test; \
do git clone http://repo.or.cz/w/${repo}.git ${repo}; \
(cd ${repo} && \
perl -Mlocal::lib=/data/devel/vfnet/perl5 Build.PL && \
./Build && ./Build test && ./Build install);
done
# starting ofono
$ (cd Net-Radio-oFono && env PIN=1234 perl \
-Mlocal::lib=/data/devel/vfnet/perl5
exampes/enable-modem)
# starting mmsd
$ cd Net-Radio-Location-SUPL-Test
$ perl -Mlocal::lib=/data/devel/vfnet/perl5 -Mblib \
supl-test &
$ tail -f supl-test.log
For now, the dependencies have to be installed by hand using
cpan, apt-get or pkg_add.
- http://repo.or.cz/w/Net-Radio-Location-SUPL-Test.git
+ ExtUtils::CBuilder
+ ExtUtils::ParseXS
+ Test::Differences
* Config::Any
* Digest::SHA
* File::ConfigDir
* File::Find::Rule
* Log::Any
* Log::Any::Adapter
* Net::DBus
* Net::Radio::Modem::Adapter::oFono
* Params::Util
* Log::Log4perl
* Log::Any::Adapter::Log4perl
- http://repo.or.cz/w/Net-Radio-Modem.git
(core only)
- http://repo.or.cz/w/Net-Radio-oFono.git
* Carp::Assert
* Hash::MoreUtils
* List::MoreUtils
* Log::Any
* Log::Any::Adapter
* Net::DBus
* Params::Util
- http://repo.or.cz/w/Net-Radio-Modem-Adapter-oFono.git
* Net::Radio::Modem
* Net::Radio::oFono
Hope to read some feedback before I'm going to release.
/Jens
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-25 13:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25 13:45 SUPL Tests based on oFono Jens Rehsack
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.