Changeset 730cd5337654da7de545f5710234898313dd4fa9
- Timestamp:
- 05/10/08 17:36:16
(2 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210433776 +0300
- git-parent:
[07cb75ee58a9e9c7cd19cd0f9d1475165214fedf]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210433760 +0300
- Message:
Remove any tests that requires external networking.
Breaks distcheck, no thanks.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb11361d |
r730cd53 |
|
| 9 | 9 | ############################################################################### |
|---|
| 10 | 10 | check_PROGRAMS = \ |
|---|
| 11 | | test_libvlc_core \ |
|---|
| | 11 | test_libvlc_core \ |
|---|
| 12 | 12 | test_libvlc_events \ |
|---|
| | 13 | $(NULL) |
|---|
| | 14 | EXTRA_PROGRAMS = \ |
|---|
| 13 | 15 | test_libvlc_media_list \ |
|---|
| 14 | 16 | test_libvlc_media_list_player \ |
|---|
| … | … | |
| 16 | 18 | test_libvlc_meta \ |
|---|
| 17 | 19 | $(NULL) |
|---|
| 18 | | check_DATA = samples/test.sample samples/meta.sample |
|---|
| | 20 | #check_DATA = samples/test.sample samples/meta.sample |
|---|
| 19 | 21 | |
|---|
| 20 | 22 | check_HEADERS = libvlc/test.h |
|---|