Skip to content

Commit

Permalink
Remove side code and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
makxenov committed Mar 8, 2024
1 parent cfb3404 commit ceff83d
Show file tree
Hide file tree
Showing 163 changed files with 6 additions and 23,672 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ set(include_dir ${CMAKE_CURRENT_SOURCE_DIR}/include)

add_subdirectory(lib)

if(EVMONE_TESTING)
enable_testing()
add_subdirectory(test)
endif()


# INSTALL

set(install_targets evmone)
Expand Down
54 changes: 0 additions & 54 deletions include/evmmax/evmmax.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ hunter_add_package(intx)
find_package(intx CONFIG REQUIRED)

add_subdirectory(fprinter)
add_subdirectory(evmmax)
add_subdirectory(evmone)
add_subdirectory(evmone_precompiles)
14 changes: 0 additions & 14 deletions lib/evmmax/CMakeLists.txt

This file was deleted.

118 changes: 0 additions & 118 deletions lib/evmmax/evmmax.cpp

This file was deleted.

10 changes: 4 additions & 6 deletions lib/evmone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@

include(LibraryTools)

add_library(evmone
set(evmone_sources
${include_dir}/evmone/evmone.h
advanced_analysis.cpp
advanced_analysis.hpp
advanced_execution.cpp
advanced_execution.hpp
advanced_instructions.cpp
baseline.cpp
baseline.hpp
baseline_instruction_table.cpp
Expand All @@ -29,6 +24,9 @@ add_library(evmone
vm.cpp
vm.hpp
)

add_library(evmone ${evmone_sources})

get_target_property(FPRINTER_DIR fprinter SOURCE_DIR)

target_compile_features(evmone PUBLIC cxx_std_20)
Expand Down
Loading

0 comments on commit ceff83d

Please sign in to comment.