Changeset a2ad5ed16ce41045897dd3be5b7322ef9dd8856b
- Timestamp:
- 05/20/08 22:19:45
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211314785 +0300
- git-parent:
[2ec9d996a737986148acb5c1ce61058e9b3e4ff4]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211311605 +0300
- Message:
block_File: test case
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9f3e27c |
ra2ad5ed |
|
| 469 | 469 | ############################################################################### |
|---|
| 470 | 470 | check_PROGRAMS = \ |
|---|
| | 471 | test_block \ |
|---|
| 471 | 472 | test_dictionary \ |
|---|
| 472 | 473 | test_i18n_atof \ |
|---|
| … | … | |
| 480 | 481 | |
|---|
| 481 | 482 | CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` |
|---|
| | 483 | |
|---|
| | 484 | test_block_SOURCES = test/block.c |
|---|
| | 485 | test_block_LDADD = libvlccore.la |
|---|
| | 486 | test_block_CFLAGS = $(CFLAGS_tests) |
|---|
| 482 | 487 | |
|---|
| 483 | 488 | test_dictionary_SOURCES = test/dictionary.c |
|---|