Skip to content

Commit

Permalink
[REFACT] Moved injector from tests to main project
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Feb 3, 2021
1 parent e5694a8 commit b21562c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set ( PECONV_LIB $<TARGET_FILE:libpeconv> CACHE FILE "PEConvLib library path" )
#
add_subdirectory ( pe2shc )
add_subdirectory ( runshc )
add_subdirectory ( injector )

# Setup testing
if(PE2SHC_BUILD_TESTING)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT")
#add the application that will be used for tests:
add_subdirectory ( test_case1 )
add_subdirectory ( dpc_test )
add_subdirectory ( injector )

enable_testing()

Expand Down

0 comments on commit b21562c

Please sign in to comment.