mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Move libcli-util error code to top-level.
This commit is contained in:
@ -5,9 +5,9 @@ mkinclude wbclient/config.mk
|
|||||||
|
|
||||||
[SUBSYSTEM::LIBSAMBA-ERRORS]
|
[SUBSYSTEM::LIBSAMBA-ERRORS]
|
||||||
|
|
||||||
LIBSAMBA-ERRORS_OBJ_FILES = $(addprefix $(libclisrcdir)/util/, doserr.o errormap.o nterr.o)
|
LIBSAMBA-ERRORS_OBJ_FILES = $(addprefix ../libcli/util/, doserr.o errormap.o nterr.o)
|
||||||
|
|
||||||
PUBLIC_HEADERS += $(addprefix $(libclisrcdir)/, util/error.h util/ntstatus.h util/doserr.h util/werror.h)
|
PUBLIC_HEADERS += $(addprefix ../libcli/util/, util/error.h util/ntstatus.h util/doserr.h util/werror.h)
|
||||||
|
|
||||||
[SUBSYSTEM::LIBCLI_LSA]
|
[SUBSYSTEM::LIBCLI_LSA]
|
||||||
PUBLIC_DEPENDENCIES = RPC_NDR_LSA
|
PUBLIC_DEPENDENCIES = RPC_NDR_LSA
|
||||||
|
@ -268,9 +268,7 @@ struct torture_suite *torture_rpc_epmapper(TALLOC_CTX *mem_ctx)
|
|||||||
&ndr_table_epmapper);
|
&ndr_table_epmapper);
|
||||||
|
|
||||||
torture_rpc_tcase_add_test(tcase, "Lookup", test_Lookup);
|
torture_rpc_tcase_add_test(tcase, "Lookup", test_Lookup);
|
||||||
|
|
||||||
torture_rpc_tcase_add_test(tcase, "Insert", test_Insert);
|
torture_rpc_tcase_add_test(tcase, "Insert", test_Insert);
|
||||||
|
|
||||||
torture_rpc_tcase_add_test(tcase, "InqObject", test_InqObject);
|
torture_rpc_tcase_add_test(tcase, "InqObject", test_InqObject);
|
||||||
|
|
||||||
return suite;
|
return suite;
|
||||||
|
Reference in New Issue
Block a user