summaryrefslogtreecommitdiff
path: root/testsuite/libsmbclient/src/init/init_1.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-02testsuite/libsmbclient: Remove unused and expensive-to-link testsuiteAndrew Bartlett1-18/+0
This testsuite never got off the ground, and unlike the other libsmbclient tests, it is not integrated into make test, has no driver script we could integrate. As it has been in this state for 10 years, and adding it to the compile did not find any link-time issues (particularly in comparison to the link-time cost for so many individual binaries), I am now removing them. The libsmbclient examples are seperate to this, and remain in examples/libsmbclient. Andrew Bartlett
2001-03-09Bulk add of the test suite for libsmbclient ...Richard Sharpe1-0/+18
(This used to be commit adef47b5173b9a028224307490960ce89762709b)