|
@@ -17,6 +17,7 @@ FILES= \
|
|
test-cplus-demangle.bin \
|
|
test-cplus-demangle.bin \
|
|
test-libelf.bin \
|
|
test-libelf.bin \
|
|
test-libelf-getphdrnum.bin \
|
|
test-libelf-getphdrnum.bin \
|
|
|
|
+ test-libelf-getshdrstrndx.bin \
|
|
test-libelf-mmap.bin \
|
|
test-libelf-mmap.bin \
|
|
test-libnuma.bin \
|
|
test-libnuma.bin \
|
|
test-numa_num_possible_cpus.bin \
|
|
test-numa_num_possible_cpus.bin \
|
|
@@ -98,6 +99,9 @@ $(OUTPUT)test-libelf-mmap.bin:
|
|
$(OUTPUT)test-libelf-getphdrnum.bin:
|
|
$(OUTPUT)test-libelf-getphdrnum.bin:
|
|
$(BUILD) -lelf
|
|
$(BUILD) -lelf
|
|
|
|
|
|
|
|
+$(OUTPUT)test-libelf-getshdrstrndx.bin:
|
|
|
|
+ $(BUILD) -lelf
|
|
|
|
+
|
|
$(OUTPUT)test-libnuma.bin:
|
|
$(OUTPUT)test-libnuma.bin:
|
|
$(BUILD) -lnuma
|
|
$(BUILD) -lnuma
|
|
|
|
|