Skip to content

Commit 6d1dd98

Browse files
committed
added unit test for libdecryption
1 parent dd5e470 commit 6d1dd98

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -497,16 +497,3 @@ jobs:
497497
run: |
498498
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
499499
./.github/scripts/build.sh
500-
501-
test_xml_encryption:
502-
name: 'Encryption/Decryption test'
503-
strategy:
504-
fail-fast: false
505-
needs: Build
506-
runs-on: ubuntu-22.04
507-
508-
steps:
509-
- name: Test_Encryption_Decryption
510-
shell: bash
511-
run: |
512-
/root/vtr-verilog-to-routing/vtr-verilog-to-routing/build/libs/libdecrypt/test/test_encrypt_decrypt

libs/libdecrypt/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ target_link_libraries(test_encrypt_decrypt
1717
libpugixml
1818
libdecrypt
1919
libencrypt)
20+
21+
add_test(NAME test_encrypt_decrypt COMMAND test_encrypt_decrypt)

0 commit comments

Comments
 (0)