|
|
@@ -37,6 +37,7 @@ FILES= \
|
|
|
test-libunwind-debug-frame-arm.bin \
|
|
|
test-libunwind-debug-frame-aarch64.bin \
|
|
|
test-pthread-attr-setaffinity-np.bin \
|
|
|
+ test-pthread-barrier.bin \
|
|
|
test-stackprotector-all.bin \
|
|
|
test-timerfd.bin \
|
|
|
test-libdw-dwarf-unwind.bin \
|
|
|
@@ -79,6 +80,9 @@ $(OUTPUT)test-hello.bin:
|
|
|
$(OUTPUT)test-pthread-attr-setaffinity-np.bin:
|
|
|
$(BUILD) -D_GNU_SOURCE -lpthread
|
|
|
|
|
|
+$(OUTPUT)test-pthread-barrier.bin:
|
|
|
+ $(BUILD) -lpthread
|
|
|
+
|
|
|
$(OUTPUT)test-stackprotector-all.bin:
|
|
|
$(BUILD) -fstack-protector-all
|
|
|
|