Changeset 6b70022f0b51799f66dd02995d0b328a35438ed1
- Timestamp:
- 02/15/08 23:21:04
(7 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203114064 +0000
- git-parent:
[9b1749fb9d1adf8e797480d1535167a8a5b66dc0]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203114064 +0000
- Message:
Makefile.am: Add test/dictionary.c to the list of test program.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r007245a |
r6b70022 |
|
| 377 | 377 | ############################################################################### |
|---|
| 378 | 378 | check_PROGRAMS = \ |
|---|
| | 379 | test_dictionary \ |
|---|
| 379 | 380 | test_i18n_atof \ |
|---|
| 380 | 381 | test_url \ |
|---|
| … | … | |
| 388 | 389 | |
|---|
| 389 | 390 | CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` |
|---|
| | 391 | |
|---|
| | 392 | test_dictionary_SOURCES = test/dictionary.c |
|---|
| | 393 | test_dictionary_LDADD = libvlc.la |
|---|
| | 394 | test_dictionary_CFLAGS = $(CFLAGS_tests) |
|---|
| 390 | 395 | |
|---|
| 391 | 396 | test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c |
|---|