|
@@ -49,6 +49,10 @@
|
|
|
# include "test-libelf-getphdrnum.c"
|
|
|
#undef main
|
|
|
|
|
|
+#define main main_test_libelf_gelf_getnote
|
|
|
+# include "test-libelf-gelf_getnote.c"
|
|
|
+#undef main
|
|
|
+
|
|
|
#define main main_test_libelf_getshdrstrndx
|
|
|
# include "test-libelf-getshdrstrndx.c"
|
|
|
#undef main
|
|
@@ -153,6 +157,7 @@ int main(int argc, char *argv[])
|
|
|
main_test_dwarf();
|
|
|
main_test_dwarf_getlocations();
|
|
|
main_test_libelf_getphdrnum();
|
|
|
+ main_test_libelf_gelf_getnote();
|
|
|
main_test_libelf_getshdrstrndx();
|
|
|
main_test_libunwind();
|
|
|
main_test_libaudit();
|