mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-07-27 02:32:00 +08:00
8 lines
281 B
C++
8 lines
281 B
C++
#include "core/rans_coding.h"
|
|
#include "core/adaptive_rans_coding.h"
|
|
#include "core/draco_test_base.h"
|
|
|
|
// Just including rans_coding.h and adaptive_rans_coding.h gets an asan error
|
|
// when compiling (blaze test :rans_coding_test --config=asan)
|
|
TEST(RansCodingTest, LinkerTest) {}
|