PERFORCE change 170548 for review

Rafal Jaworowski raj at FreeBSD.org
Thu Nov 12 15:03:08 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=170548

Change 170548 by raj at 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)
 


More information about the p4-projects mailing list