Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2009 15:03:07 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 170548 for review
Message-ID:  <200911121503.nACF37kX070614@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=170548

Change 170548 by raj@raj_fdt on 2009/11/12 15:02:49

	Adjust tests makefile to run on FreeBSD host.
	
	We pass all cases from the included testsuite:
	
	cd sys/contrib/dtc
	gmake
	gmake tests
	cd tests
	./run_tests.sh
	
	<< ... >>
	
	********** TEST SUMMARY
	*     Total testcases:	1248
	*                PASS:	1248
	*                FAIL:	0
	*   Bad configuration:	0
	* Strange test result:	0
	**********

Affected files ...

.. //depot/projects/fdt/sys/contrib/dtc/tests/Makefile.tests#2 edit

Differences ...

==== //depot/projects/fdt/sys/contrib/dtc/tests/Makefile.tests#2 (text+ko) ====

@@ -43,7 +43,7 @@
 
 $(DL_LIB_TESTS): %: %.o $(TESTS_PREFIX)testutils.o $(LIBFDT_archive)
 	@$(VECHO) LD [libdl] $@
-	$(LINK.c) -o $@ $^ -ldl
+	$(LINK.c) -o $@ $^
 
 $(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o $(LIBFDT_archive)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911121503.nACF37kX070614>