blob: 548f01ff66016e85e11e00733724db7c889564fe [file] [log] [blame] [edit]
include_directories(../../third_party/googletest/googletest/include)
include_directories(../../src/wasm)
set(unittest_SOURCES
possible-contents.cpp
type-builder.cpp
wat-lexer.cpp
)
binaryen_add_executable(binaryen-unittests "${unittest_SOURCES}")
target_link_libraries(binaryen-unittests gtest gtest_main)