diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 67d5eb25e4..2e66ba5ff0 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -354,6 +354,7 @@ tests += \ tst-audit17 \ tst-audit18 \ tst-audit19b \ + tst-audit22 \ tst-auditmany \ tst-auxobj \ tst-auxobj-dlopen \ @@ -632,6 +633,7 @@ modules-names = \ tst-auditmod18 \ tst-auditmod19a \ tst-auditmod19b \ + tst-auditmod22 \ tst-auxvalmod \ tst-big-note-lib \ tst-deep1mod1 \ @@ -1990,6 +1992,9 @@ $(objpfx)tst-audit19b.out: $(objpfx)tst-auditmod19b.so $(objpfx)tst-audit19b: $(objpfx)tst-audit19bmod.so tst-audit19b-ARGS = -- $(host-test-program-cmd) +$(objpfx)tst-audit22.out: $(objpfx)tst-auditmod22.so +tst-audit22-ARGS = -- $(host-test-program-cmd) + # tst-sonamemove links against an older implementation of the library. LDFLAGS-tst-sonamemove-linkmod1.so = \ -Wl,--version-script=tst-sonamemove-linkmod1.map \ |