@@ -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
@@ -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