Skip to content

Commit ca5fbae

Browse files
committed
removed useless c file
1 parent f122bf3 commit ca5fbae

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_OSX_ARCHITECTURES arm64;x86_64)
44

55
project(arithmetic_codec_unit_tests)
66

7-
add_executable(test test.c arithmetic_codec.c)
7+
add_executable(test test.c)
88

99
if(MSVC)
1010
target_compile_options(test PRIVATE /W4 /WX /std:c17)

tests/arithmetic_codec.c

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include <stdint.h>
66
#include "greatest.h"
7+
8+
#define __ARITHMETIC_CODEC__IMPLEMENTATION__
79
#include "../arithmetic_codec.h"
810

911
enum {num_elements = 20};

0 commit comments

Comments
 (0)