Procházet zdrojové kódy

cleanup namespace commit

Julius Pfrommer před 11 roky
rodič
revize
59180c643c

+ 3 - 1
src/Makefile.am

@@ -34,7 +34,9 @@ libopen62541_la_SOURCES = 			opcua.c\
 						opcua_secureChannelLayer.h\
 						tcp_layer.h\
 						util/UA_list.c\
-						util/UA_indexedList.c
+						util/UA_indexedList.c\
+						opcua_namespace.h\
+						opcua_namespace.c
 
 #bin_PROGRAMS= $(top_builddir)/bin/open62541.out
 #__top_builddir__bin_libOpen62541_out_SOURCES = opcuaServer.c

OPCUAServer/src/opcua_namespace.c → src/opcua_namespace.c


OPCUAServer/src/opcua_namespace.h → src/opcua_namespace.h


+ 1 - 1
tests/Makefile.am

@@ -1,4 +1,4 @@
-TESTS = check_stack check_list check_indexedList check_generated
+TESTS = check_stack check_list check_indexedList check_generated check_namespace
 
 # --- no changes beyond this line needed ---
 INCLUDE = @CHECK_CFLAGS@ -I$(top_builddir)/src -I$(top_builddir)/include

OPCUAServer/tests/check_namespace.c → tests/check_namespace.c