Changeset 730cd5337654da7de545f5710234898313dd4fa9 for test
- Timestamp:
- 05/10/08 17:36:16 (3 months ago)
- git-parent:
- Files:
-
- test/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
test/Makefile.am
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.sample20 #check_DATA = samples/test.sample samples/meta.sample 19 21 20 22 check_HEADERS = libvlc/test.h
