http://p4web.freebsd.org/chv.cgi?CH=170548Change 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)
_______________________________________________
p4-projects@... mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projectsTo unsubscribe, send any mail to "
p4-projects-unsubscribe@..."