Skip to content

Commit

Permalink
unit-tests/testdriver.c: invoke unit tests for ECC
Browse files Browse the repository at this point in the history
Change-Id: I7905d94a1598d3d5cdc59f223b0b747252a18fa7
  • Loading branch information
obgm committed Jul 21, 2020
1 parent 2f9795c commit 838fdef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit-tests/testdriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <CUnit/Basic.h>

#include "test_ccm.h"
#include "test_ecc.h"
#include "tinydtls.h"

int main(void) {
Expand All @@ -16,6 +17,7 @@ int main(void) {
}

t_init_ccm_tests();
t_init_ecc_tests();

CU_basic_set_mode(run_mode);
result = CU_basic_run_tests();
Expand Down

0 comments on commit 838fdef

Please sign in to comment.