Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/external/bsd/luhn/bin



Module Name:    othersrc
Committed By:   agc
Date:           Tue May 31 02:10:00 UTC 2016

Added Files:
        othersrc/external/bsd/luhn/bin: 1.expected Testspec

Log Message:
Add test for luhn library and utility, derived from the existing tests in the
Makefile using human2atf. Not very extensive, but gives a basic functionality
check. Results of running the tests:

        [19:06:50] agc@netbsd-002 ...tests/usr.bin/luhn [3437] > sudo make test
        *** WARNING: make test is experimental
        ***
        *** Using this test does not preclude you from running the tests
        *** installed in /usr/tests.  This test run may raise false
        *** positives and/or false negatives.

        Tests root: /usr/tests/usr.bin/luhn

        t_luhn (1/1): 1 test cases
            luhn_testset_1_basic: [0.030007s] Passed.
        [0.030780s]

        Summary for 1 test programs:
            1 passed test cases.
            0 failed test cases.
            0 expected failed test cases.
            0 skipped test cases.

        *** The verbatim output of atf-run has been saved to /usr/tests/usr.bin/luhn/atf-run.log
        *** Once again, note that make test is unsupported.
        [19:06:54] agc@netbsd-002 ...tests/usr.bin/luhn [3438]


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/luhn/bin/1.expected \
    othersrc/external/bsd/luhn/bin/Testspec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index