build: Upate test script list and sort

This commit is contained in:
Denis Kenzior 2010-04-20 12:15:27 -05:00
parent 0b8efdc172
commit 8c67bed08c
1 changed files with 30 additions and 12 deletions

View File

@ -287,19 +287,37 @@ doc_files = doc/overview.txt doc/ofono-paper.txt \
doc/call-meter-api.txt \ doc/call-meter-api.txt \
doc/dataconnectionmanager-api.txt doc/dataconnectionmanager-api.txt
test_scripts = test/test-manager test/test-modem test/test-voicecall \ test_scripts = test/activate-context \
test/test-network-registration test/test-phonebook \ test/create-context \
test/test-advice-of-charge test/test-call-settings \ test/deactivate-context \
test/test-call-forwarding test/test-call-barring \ test/dial-number \
test/test-ss-control-cb test/test-ss-control-cf \ test/disable-modem \
test/test-ss-control-cs \ test/enable-modem \
test/monitor-ofono test/list-modems test/enable-modem \ test/enter-pin \
test/list-operators test/dial-number test/hangup-all \ test/hangup-all \
test/receive-sms test/send-sms \ test/list-contexts \
test/list-contexts test/create-context \ test/list-modems \
test/activate-context test/deactivate-context \ test/list-operators \
test/monitor-ofono \
test/process-context-settings \ test/process-context-settings \
test/set-mic-volume test/receive-sms \
test/remove-contexts \
test/send-sms \
test/set-mic-volume \
test/set-speaker-volume \
test/test-advice-of-charge \
test/test-call-barring \
test/test-call-forwarding \
test/test-call-settings \
test/test-manager \
test/test-modem \
test/test-network-registration \
test/test-phonebook \
test/test-ss-control-cb \
test/test-ss-control-cf \
test/test-ss-control-cs \
test/test-ussd \
test/test-voicecall
if TEST if TEST
testdir = $(pkglibdir)/test testdir = $(pkglibdir)/test