From b972c67780f03256a3fbf81dc3350a4bf00aa4ad Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Mon, 13 Jun 2016 11:01:04 +0200 Subject: Convert encoder to plain C. --- tests/roundtrip_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/roundtrip_test.sh b/tests/roundtrip_test.sh index 20867bf..6bda135 100755 --- a/tests/roundtrip_test.sh +++ b/tests/roundtrip_test.sh @@ -10,7 +10,7 @@ testdata/alice29.txt testdata/asyoulik.txt testdata/lcet10.txt testdata/plrabn12.txt -../enc/encode.cc +../enc/encode.c ../common/dictionary.h ../dec/decode.c $BRO -- cgit v1.1