Skip to content

Commit

Permalink
Update version to 0.20.3 and test checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Feb 26, 2024
1 parent 3751415 commit 1c8734c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c-core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20.2 FATAL_ERROR)
project(deciphon VERSION 0.20.2 LANGUAGES C)
project(deciphon VERSION 0.20.3 LANGUAGES C)

include(cmake/warnings.cmake)
include(cmake/sanitizers.cmake)
Expand Down
4 changes: 2 additions & 2 deletions c-core/test_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ static struct params params_list[] = {
{1, false, false}, {1, false, false}, {1, false, true}, {1, false, true},
{1, true, false}, {1, true, false}, {1, true, true}, {1, true, true}};
static bool dial_list[] = {true, false, true, false, true, false, true, false};
static long chksum_list[] = {21953, 21953, 17434, 17434,
58895, 58895, 58895, 58895};
static long chksum_list[] = {48347, 21953, 48347, 17434,
48347, 58895, 48347, 58895};

static void test_invalid_sequence();
static void test_normal_scan(void);
Expand Down

0 comments on commit 1c8734c

Please sign in to comment.