Skip to content

Commit

Permalink
run common_check_cipher_hash in libskycoin tests after refactor ref #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Denis committed May 14, 2019
1 parent 1f3d18d commit ea25ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/cgo/tests/test_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ int main(void)
int number_failed_fork = 0;
SRunner *sr = srunner_create(cipher_address());
SRunner *sr_fork = srunner_create(coin_transaction_fork());
srunner_add_suite(sr, common_check_cipher_hash());
srunner_add_suite(sr, cipher_bitcoin());
srunner_add_suite(sr, cipher_testsuite());
srunner_add_suite(sr, cipher_crypto());
Expand Down
1 change: 1 addition & 0 deletions lib/cgo/tests/test_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

Suite *cipher_bitcoin(void);
Suite *cipher_address(void);
Suite *common_check_cipher_hash(void);
Suite *cipher_testsuite(void);
Suite *cipher_crypto(void);
Suite *cipher_encrypt_scrypt_chacha20poly1305(void);
Expand Down

0 comments on commit ea25ad9

Please sign in to comment.