]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
tests, config: Add more .gitignore files
authorMark Wielaard <mark@klomp.org>
Thu, 28 Mar 2024 23:43:08 +0000 (00:43 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 1 Apr 2024 21:13:44 +0000 (23:13 +0200)
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 <mark@klomp.org>
config/.gitignore
tests/.gitignore
tests/Makefile.am

index 8cd8ccdbf3c1b21d6974b01064cecc4aa8e93338..b7897159babf7bdaea63e0c1ca08bcfbca8f59e7 100644 (file)
@@ -11,5 +11,6 @@
 /missing
 /profile.csh
 /profile.sh
+/profile.fish
 /test-driver
 /ylwrap
index 0289959d73d54cdb40e6c5c11b68db8523974963..772c7881ae3fef71684d2070de66ace098bb2bad 100644 (file)
@@ -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
 /showptable
 /strptr
 /system-elf-libelf-test
+/system-elf-gelf-test
 /test-elf_cntl_gelf_getshdr
 /test-flag-nobits
 /test-nlist
index 344d6706e16e78d47824236f33f1f763baa1aee0..40e0eaa5a368d270099ce96936d0664310c49774 100644 (file)
@@ -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.