summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBing Xu <bingxu@fb.com>2018-11-26 19:30:15 (GMT)
committerBing Xu <bingxu@fb.com>2018-11-26 19:30:15 (GMT)
commitb192c86ba43b3b762e705f4cdd509da3250e1c0c (patch)
tree94670300543846b7c4d655e92c14df055bd2b52a /tests
parentb4efd20ac84a992d7f599d693e851c821e9b6800 (diff)
downloadlz4-b192c86ba43b3b762e705f4cdd509da3250e1c0c.zip
lz4-b192c86ba43b3b762e705f4cdd509da3250e1c0c.tar.gz
lz4-b192c86ba43b3b762e705f4cdd509da3250e1c0c.tar.bz2
[amalgamation] lz4frame.c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 24dc581..8dcef6d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -160,6 +160,7 @@ test32: test
test-amalgamation: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c
cat $(LZ4DIR)/lz4.c > lz4_all.c
cat $(LZ4DIR)/lz4hc.c >> lz4_all.c
+ cat $(LZ4DIR)/lz4frame.c >> lz4_all.c
$(CC) -I$(LZ4DIR) -c lz4_all.c
$(RM) lz4_all.c