aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-06 15:03:28 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-06 17:23:19 +0100
commit300457b7d2406e0c400b51a77609ce1ab01b564c (patch)
tree92b627f2c8f38f658a0df22084a91e2dc461136c /openbsc/tests
parent45222a79e29e4e2149d5db141ab47d5525113c8c (diff)
gsm0408: Print message when the test is done
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/gsm0408/gsm0408_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/tests/gsm0408/gsm0408_test.c b/openbsc/tests/gsm0408/gsm0408_test.c
index 679ce664f..60a151faf 100644
--- a/openbsc/tests/gsm0408/gsm0408_test.c
+++ b/openbsc/tests/gsm0408/gsm0408_test.c
@@ -99,5 +99,6 @@ int main(int argc, char **argv)
test_location_area_identifier();
test_mi_functionality();
- exit(0);
+ printf("Done.\n");
+ return EXIT_SUCCESS;
}