|
@@ -7,6 +7,7 @@ FILES= \
|
|
test-dwarf_getlocations.bin \
|
|
test-dwarf_getlocations.bin \
|
|
test-fortify-source.bin \
|
|
test-fortify-source.bin \
|
|
test-sync-compare-and-swap.bin \
|
|
test-sync-compare-and-swap.bin \
|
|
|
|
+ test-get_current_dir_name.bin \
|
|
test-glibc.bin \
|
|
test-glibc.bin \
|
|
test-gtk2.bin \
|
|
test-gtk2.bin \
|
|
test-gtk2-infobar.bin \
|
|
test-gtk2-infobar.bin \
|
|
@@ -101,6 +102,9 @@ $(OUTPUT)test-bionic.bin:
|
|
$(OUTPUT)test-libelf.bin:
|
|
$(OUTPUT)test-libelf.bin:
|
|
$(BUILD) -lelf
|
|
$(BUILD) -lelf
|
|
|
|
|
|
|
|
+$(OUTPUT)test-get_current_dir_name.bin:
|
|
|
|
+ $(BUILD)
|
|
|
|
+
|
|
$(OUTPUT)test-glibc.bin:
|
|
$(OUTPUT)test-glibc.bin:
|
|
$(BUILD)
|
|
$(BUILD)
|
|
|
|
|