gmyth/tests/Makefile.am
branchtrunk
changeset 593 95263ab433f1
parent 566 25f194cfa60b
child 597 945d3f5da6fc
     1.1 --- a/gmyth/tests/Makefile.am	Wed Apr 18 16:21:38 2007 +0100
     1.2 +++ b/gmyth/tests/Makefile.am	Wed Apr 25 01:07:56 2007 +0100
     1.3 @@ -27,14 +27,14 @@
     1.4  
     1.5  TESTS = \
     1.6  	test \
     1.7 -	gmyth_test_connection \
     1.8 -	gmyth_test_epg \
     1.9 -	gmyth_test_recorder \
    1.10 -	gmyth_test_recordings \
    1.11 -	gmyth_test_transcode \
    1.12 -	gmyth_test_vlc \
    1.13 -	gmyth_test_livetv \
    1.14 -	gmyth_test_http
    1.15 +	test_connection.py \
    1.16 +	test_epg.py \
    1.17 +	test_recorder.py \
    1.18 +	test_recordings.py \
    1.19 +	test_transcode.py \
    1.20 +	test_vlc.py \
    1.21 +	test_livetv.py \
    1.22 +	test_http.py
    1.23  
    1.24  #TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) @GLIB_LIBS@ @GOBJECT_LIBS@ @LIBCURL_LIBS@
    1.25