Skip to content

Commit

Permalink
Revert "Merge pull request berkeley-abc#247 from QuantamHD/abc_unit_t…
Browse files Browse the repository at this point in the history
…ests"

This reverts commit d91a2a0, reversing
changes made to 475c8da.

(cherry picked from commit 4222921)
  • Loading branch information
alanminko authored and widlarizer committed Oct 7, 2024
1 parent 745ea92 commit cac8f99
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 84 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-posix-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
run: |
cmake --build build
- name: Run Unit Tests
run: |
ctest --output-on-failure
- name: Test Executable
run: |
./build/abc -c "r i10.aig; b; ps; b; rw -l; rw -lz; b; rw -lz; b; ps; cec"
Expand Down
14 changes: 0 additions & 14 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,3 @@ add_library(libabc-pic EXCLUDE_FROM_ALL ${ABC_SRC})
abc_properties(libabc-pic PUBLIC)
set_property(TARGET libabc-pic PROPERTY POSITION_INDEPENDENT_CODE ON)
set_property(TARGET libabc-pic PROPERTY OUTPUT_NAME abc-pic)

if(NOT DEFINED ABC_SKIP_TESTS)
enable_testing()
include(FetchContent)
FetchContent_Declare(
googletest
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
# Specify the commit you depend on and update it regularly.
URL "https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip"
)
FetchContent_MakeAvailable(googletest)
include(GoogleTest)
add_subdirectory(test)
endif()
1 change: 0 additions & 1 deletion test/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions test/gia/CMakeLists.txt

This file was deleted.

54 changes: 0 additions & 54 deletions test/gia/gia_test.cc

This file was deleted.

0 comments on commit cac8f99

Please sign in to comment.