Changeset c43bae3e4def6b3dc1411e910d4c91eb07de9978
- Timestamp:
- 15/04/07 19:38:19
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1176658699 +0000
- git-parent:
[90d92ef9a9dcdecf8d8aa2d9c17c31f5000dc749]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1176658699 +0000
- Message:
Fix the test suite
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb89c14d |
rc43bae3 |
|
| 375 | 375 | CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` |
|---|
| 376 | 376 | |
|---|
| 377 | | test_i18n_atof_SOURCES = test/i18n_atof.c |
|---|
| 378 | | test_i18n_atof_LDADD = libvlc.la |
|---|
| | 377 | test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c |
|---|
| 379 | 378 | test_i18n_atof_CFLAGS = $(CFLAGS_tests) |
|---|
| 380 | 379 | |
|---|
| re4fbdca |
rc43bae3 |
|
| 22 | 22 | #include <vlc/vlc.h> |
|---|
| 23 | 23 | #include "vlc_url.h" |
|---|
| | 24 | #include "vlc_strings.h" |
|---|
| 24 | 25 | |
|---|
| 25 | 26 | #include <stdio.h> |
|---|