gmyth/tests/Makefile.am
author ali@juiblex.co.uk
Sun Dec 13 21:21:32 2009 +0000 (2009-12-13)
branchtrunk
changeset 947 e6d7c7b6bb63
parent 925 4a8d56080089
permissions -rw-r--r--
Fix vpath handling in gmyth
rosfran@400
     1
LDADD = \
ali@947
     2
	$(top_builddir)/gmyth/libgmyth.la
rosfran@564
     3
rosfran@604
     4
AM_LDFLAGS = \
renatofilho@924
     5
	@GLIB_LIBS@ @GOBJECT_LIBS@ @GTHREAD_LIBS@ @LIBCURL_LIBS@
rosfran@400
     6
rosfran@400
     7
INCLUDES = \
rosfran@400
     8
	-I$(top_srcdir) \
rosfran@604
     9
	-I$(top_builddir) \
renatofilho@925
    10
	-I$(top_srcdir)/gmyth \
renatofilho@925
    11
	-I$(top_builddir)/gmyth \
rosfran@400
    12
	$(MYSQL_CFLAGS) \
rosfran@400
    13
	$(GLIB_CFLAGS) \
rosfran@400
    14
	$(GOBJECT_CFLAGS) \
rosfran@400
    15
	$(GTK_CFLAGS) \
rosfran@400
    16
	$(LIBCURL_CFLAGS)
rosfran@400
    17
rosfran@400
    18
check_PROGRAMS = \
rosfran@400
    19
	test \
rosfran@400
    20
	gmyth_test_connection \
rosfran@403
    21
	gmyth_test_epg \
rosfran@403
    22
	gmyth_test_recorder \
rosfran@403
    23
	gmyth_test_recordings \
rosfran@403
    24
	gmyth_test_transcode \
rosfran@403
    25
	gmyth_test_vlc \
rosfran@566
    26
	gmyth_test_livetv \
rosfran@597
    27
	gmyth_test_http \
rosfran@604
    28
	gmyth_test_filetransfer \
rosfran@618
    29
	gmyth_test_filelocal \
rosfran@637
    30
	gmyth_test_file_download \
rosfran@640
    31
	gmyth_test_program_info \
rosfran@647
    32
	gmyth_test_monitor_handler \
rosfran@683
    33
	gmyth_test_stringlist \
rosfran@683
    34
	gmyth_test_tvchain
renatofilho@148
    35
renatofilho@148
    36
TESTS = \
rosfran@597
    37
	relink.py \
rosfran@618
    38
	test_main.py \
rosfran@593
    39
	test_connection.py \
rosfran@593
    40
	test_epg.py \
rosfran@593
    41
	test_recorder.py \
rosfran@593
    42
	test_recordings.py \
rosfran@593
    43
	test_transcode.py \
rosfran@593
    44
	test_vlc.py \
rosfran@593
    45
	test_livetv.py \
rosfran@597
    46
	test_http.py \
rosfran@598
    47
	test_filetransfer.py \
rosfran@604
    48
	test_filelocal.py \
rosfran@618
    49
	test_file_download.py \
rosfran@626
    50
	test_livetv_stress.py \
rosfran@637
    51
	test_program_info.py \
rosfran@647
    52
	test_monitor_handler.py \
rosfran@683
    53
	test_stringlist.py \
rosfran@683
    54
	test_tvchain.py
rosfran@640
    55
rosfran@597
    56
TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir)
renatofilho@148
    57
renatofilho@148
    58
test_SOURCES = \
renatofilho@148
    59
	main.c
renatofilho@148
    60
rosfran@400
    61
gmyth_test_connection_SOURCES = \
rosfran@400
    62
	gmyth_test_connection.c
renatofilho@148
    63
rosfran@400
    64
gmyth_test_http_SOURCES = \
rosfran@400
    65
	gmyth_test_http.c
rosfran@400
    66
rosfran@403
    67
gmyth_test_epg_SOURCES = \
rosfran@403
    68
	gmyth_test_epg.c
rosfran@403
    69
rosfran@403
    70
gmyth_test_recorder_SOURCES = \
rosfran@403
    71
	gmyth_test_recorder.c
rosfran@403
    72
rosfran@403
    73
gmyth_test_recordings_SOURCES = \
rosfran@403
    74
	gmyth_test_recordings.c
rosfran@403
    75
rosfran@403
    76
gmyth_test_vlc_SOURCES = \
rosfran@403
    77
	gmyth_test_vlc.c
rosfran@403
    78
rosfran@403
    79
gmyth_test_transcode_SOURCES = \
rosfran@403
    80
	gmyth_test_transcode.c
rosfran@403
    81
rosfran@566
    82
gmyth_test_livetv_SOURCES = \
rosfran@566
    83
	gmyth_test_livetv.c
rosfran@566
    84
rosfran@597
    85
gmyth_test_filetransfer_SOURCES = \
rosfran@597
    86
	gmyth_test_filetransfer.c
rosfran@597
    87
rosfran@604
    88
gmyth_test_filelocal_SOURCES = \
rosfran@604
    89
	gmyth_test_filelocal.c
rosfran@604
    90
rosfran@618
    91
gmyth_test_file_download_SOURCES = \
rosfran@618
    92
	gmyth_test_file_download.c
rosfran@618
    93
rosfran@637
    94
gmyth_test_program_info_SOURCES = \
rosfran@637
    95
	gmyth_test_program_info.c
rosfran@637
    96
rosfran@683
    97
gmyth_test_monitor_handler_SOURCES = \
rosfran@647
    98
	gmyth_test_monitor_handler.c
rosfran@647
    99
rosfran@647
   100
gmyth_test_stringlist_SOURCES = \
rosfran@647
   101
	gmyth_test_stringlist.c
rosfran@647
   102
rosfran@683
   103
gmyth_test_tvchain_SOURCES = \
rosfran@683
   104
	gmyth_test_tvchain.c
rosfran@683
   105
rosfran@640
   106
CLEANFILES = $(BUILT_SOURCES)