Skip to content

Commit

Permalink
Merge pull request #458 from nlrcomcast/cert_unitest_test
Browse files Browse the repository at this point in the history
Debugging unit test cases
  • Loading branch information
sadhyama authored Sep 30, 2024
2 parents e1ef9f4 + 9955d78 commit 45ee014
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
mkdir _install/lib
cp ${RBUS_INSTALL_DIR}/usr/lib/librbus* _install/lib
build-wrapper-linux-x86-64 --out-dir bw-output make all
./tests/test_token -a
cd tests
./test_token -a
cd ..
build-wrapper-linux-x86-64 --out-dir bw-output make all test
- name: Stop rtrouted
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/test_token.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ int main(void)
cmocka_unit_test(test_get_rr_seq_table),
cmocka_unit_test(test_assemble_jwt_from_dns),
cmocka_unit_test(test_query_dns),
cmocka_unit_test(test_allow_insecure_conn),
cmocka_unit_test(test_allow_insecure_conn),
cmocka_unit_test(test_get_tok),
cmocka_unit_test(test_get_algo_mask),
};
Expand Down

0 comments on commit 45ee014

Please sign in to comment.