evmc/test/CMakeLists.txt
Paweł Bylica 1f982daab2
cmake: Flatten test directory tree
Move compilation and cmake_package tests out of integration dir.
2019-11-27 23:46:45 +01:00

9 lines
250 B
CMake

# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0.
add_subdirectory(cmake_package)
add_subdirectory(compilation)
add_subdirectory(unittests)
add_subdirectory(vmtester)