187
by Ali Sabil
- Initial import of libpeople-backend-test |
1 |
#!/usr/bin/env python
|
2 |
||
3 |
||
4 |
def build(bld): |
|
336.1.26
by Ali Sabil
- Updated waf to trunk |
5 |
lib = bld.new_task_gen('cc', 'staticlib') |
270
by Ali Sabil
- Updated the base backend test libraray |
6 |
lib.name = 'people-base-test.static' |
7 |
lib.target = 'people-base-test' |
|
191
by Ali Sabil
- Added the ContactSource test abstract class to libpeople-backend-test |
8 |
lib.source = '''test-contact-source-factory.vala |
196
by Ali Sabil
- Added a Contact test base class to libpeople-backend-test |
9 |
test-contact-source.vala
|
219.4.1
by Johann Prieur
- Added a persistence test to libpeople-backend-test. |
10 |
test-contact.vala
|
11 |
test-contact-source-persistence.vala'''
|
|
375
by Ali Sabil
- Ported people-libs/people/base-test to use libcore |
12 |
lib.uselib_local = 'people-base.static' |
13 |
lib.uselib = 'CORE' |