mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
Print test names on the terminal
This commit is contained in:
parent
1c1fe228b4
commit
63b7bcabd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue