Print test names on the terminal
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 17 Jun 2009 11:46:36 +0000 (13:46 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 17 Jun 2009 11:46:36 +0000 (13:46 +0200)
tests/Makefile.am

index b9ed1fc0bdfb90571d1bca2367296f7379335771..02aeef5595ea53967f605990b8271ce47b8e0da1 100644 (file)
@@ -8,7 +8,7 @@ $(ASSEMBLY): $(ASSEMBLY_CSFILES)
        $(CSC) $(MCS_FLAGS) -out:$@ -target:library -r:$(top_builddir)/gstreamer-sharp/gstreamer-sharp.dll $(ASSEMBLY_CSFILES) $(GLIBSHARP_LIBS)
 
 run-test: $(ASSEMBLY)
-       MONO_PATH="../gstreamer-sharp/" $(MONO) $(NUNIT_TESTER) $(ASSEMBLY)
+       MONO_PATH="../gstreamer-sharp/" $(MONO) $(NUNIT_TESTER) -labels $(ASSEMBLY)
 
 CLEANFILES = $(ASSEMBLY) *.mdb *.pdb TestResult.xml
 DISTCLEANFILES = Makefile.in