diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-26 09:19:28 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-26 09:20:31 +0200 |
commit | c92a9513c9e21691b36868052c2d9489ab4be87b (patch) | |
tree | f80c41c0debc23e66a76cd56b940dcd6d4922381 /tar/Makemodule.am | |
parent | e5fa4cdfb0469ed615d0f778b95b0755bfd7c9ca (diff) |
Move tar_fuzz program over to tests
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar/Makemodule.am')
-rw-r--r-- | tar/Makemodule.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tar/Makemodule.am b/tar/Makemodule.am index 551f4cd..b8674c2 100644 --- a/tar/Makemodule.am +++ b/tar/Makemodule.am @@ -8,8 +8,4 @@ tar2sqfs_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) tar2sqfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS) tar2sqfs_LDADD += $(PTHREAD_LIBS) -tar_fuzz_SOURCES = tar/tar_fuzz.c -tar_fuzz_LDADD = libtar.a libutil.a - bin_PROGRAMS += sqfs2tar tar2sqfs -noinst_PROGRAMS += tar_fuzz |