diff options
author | Yann Collet <cyan@fb.com> | 2016-11-17 22:39:49 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-11-17 22:39:49 (GMT) |
commit | 7d535484738f5536ec3a4eab58146f8c3f6f6834 (patch) | |
tree | 70e1cb125a5481356d209e496e4f0b7971037af2 /tests/Makefile | |
parent | 279344a177c3e472932bad8844ce62ba41868690 (diff) | |
download | lz4-7d535484738f5536ec3a4eab58146f8c3f6f6834.zip lz4-7d535484738f5536ec3a4eab58146f8c3f6f6834.tar.gz lz4-7d535484738f5536ec3a4eab58146f8c3f6f6834.tar.bz2 |
added v1.x.y to versions tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 4b0f503..c1ec43d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -104,6 +104,7 @@ datagen : $(PRGDIR)/datagen.c datagencli.c clean: @$(MAKE) -C $(LIBDIR) $@ > $(VOID) + @$(MAKE) -C $(PRGDIR) $@ > $(VOID) @$(RM) core *.o *.test tmp* \ fullbench-dll$(EXT) fullbench-lib$(EXT) \ fullbench$(EXT) fullbench32$(EXT) \ |