Skip to content

Commit

Permalink
Remove a0-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
mmamayka committed Oct 16, 2023
1 parent 8485f3a commit d4a5bb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ endif()

if (DEFINED BESM666__E2E_TESTS_BUILD)
enable_testing()
add_subdirectory(e2e_test)
endif()
add_subdirectory(e2e_test)
11 changes: 0 additions & 11 deletions e2e_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,3 @@ if (DEFINED BESM666__E2E_TESTS_BUILD)
besm666_e2etest_c(./bubblesort-test.c)
besm666_e2etest_c(./primenumber-test.c)
endif()

if (DEFINED BESM666__SIMULATOR_BUILD)
add_executable(besm666-a0-validator)
target_sources(besm666-a0-validator PRIVATE
./a0-validator.cpp
)
target_link_libraries(besm666-a0-validator PRIVATE
besm666_shared
)
endif()

29 changes: 0 additions & 29 deletions e2e_test/a0-validator.cpp

This file was deleted.

0 comments on commit d4a5bb7

Please sign in to comment.