From fc1911c0f427ad037d4dd14950c60c4f1ac8de15 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Sun, 18 Jun 2017 11:23:33 +0200 Subject: sercomm_test.c: return correctly in main Change-Id: I57fd3e1bf74ec24dec692710359a1ce00ecde75a --- tests/sercomm/sercomm_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sercomm/sercomm_test.c b/tests/sercomm/sercomm_test.c index 8b1ffdfa..f4f1c22b 100644 --- a/tests/sercomm/sercomm_test.c +++ b/tests/sercomm/sercomm_test.c @@ -133,4 +133,5 @@ static void test_sercomm(void) int main(int argc, char **argv) { test_sercomm(); + return 0; } -- cgit v1.2.3