PERFORCE change 170548 for review

View: New views
1 Messages — Rating Filter:   Alert me  

PERFORCE change 170548 for review

by Rafal Jaworowski-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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)
 
_______________________________________________
p4-projects@... mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@..."