diff options
| author | Mark Wielaard <[email protected]> | 2024-03-29 00:43:08 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2024-04-01 23:13:44 +0200 |
| commit | a8fb92b94970e64d4208112e946f4f3112c4ac73 (patch) | |
| tree | 66c96b433f9f91e38dc2609c9732c41cda61d78c /tests | |
| parent | e259f126f5077923e415e306915de50ed0f0db56 (diff) | |
tests, config: Add more .gitignore files
Some new tests and one configure file weren't in .gitignore. Also
we made a copy of libelf.h in tests/ which should be an symlink.
* config/.gitignore: Add profile.fish.
* tests/.gitignore: Add funcretval_test_struct, libelf.h
and system-elf-gelf-test.
* tests/Makefile.am (libelf.h): Make symlink instead of copy.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/.gitignore | 3 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 0289959d..772c7881 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -71,6 +71,7 @@ /find-prologues /funcretval /funcretval_test++11 +/funcretval_test_struct /funcscopes /get-aranges /get-files @@ -81,6 +82,7 @@ /getphdrnum /getsrc_die /hash +/libelf.h /leb128 /line2addr /low_high_pc @@ -104,6 +106,7 @@ /showptable /strptr /system-elf-libelf-test +/system-elf-gelf-test /test-elf_cntl_gelf_getshdr /test-flag-nobits /test-nlist diff --git a/tests/Makefile.am b/tests/Makefile.am index 344d6706..40e0eaa5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -841,7 +841,7 @@ declfiles_LDADD = $(libdw) BUILT_SOURCES = libelf.h CLEANFILES += libelf.h libelf.h: $(top_srcdir)/libelf/libelf.h - cp $< $@ + ln -s $< $@ if !INSTALL_ELFH system_elf_libelf_test_CPPFLAGS = system_elf_gelf_test_CPPFLAGS = -I. |
