|
@@ -49,7 +49,8 @@ FILES= \
|
|
|
test-sdt.bin \
|
|
|
test-cxx.bin \
|
|
|
test-jvmti.bin \
|
|
|
- test-sched_getcpu.bin
|
|
|
+ test-sched_getcpu.bin \
|
|
|
+ test-setns.bin
|
|
|
|
|
|
FILES := $(addprefix $(OUTPUT),$(FILES))
|
|
|
|
|
@@ -95,6 +96,9 @@ $(OUTPUT)test-glibc.bin:
|
|
|
$(OUTPUT)test-sched_getcpu.bin:
|
|
|
$(BUILD)
|
|
|
|
|
|
+$(OUTPUT)test-setns.bin:
|
|
|
+ $(BUILD)
|
|
|
+
|
|
|
DWARFLIBS := -ldw
|
|
|
ifeq ($(findstring -static,${LDFLAGS}),-static)
|
|
|
DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
|