summaryrefslogtreecommitdiff
path: root/tests/library/testlib.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-18 17:29:24 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-18 17:29:24 +0200
commit9d6b4ab6fee3d65f3a11a5f19c410e5abe4ba322 (patch)
tree77c5af1b4bf80c0eea8a23844cfb1872d211aba5 /tests/library/testlib.c
parent78420e31a260353b1c34ca019c0c8cabd292cca6 (diff)
downloadwolfbones-9d6b4ab6fee3d65f3a11a5f19c410e5abe4ba322.tar.gz
wolfbones-9d6b4ab6fee3d65f3a11a5f19c410e5abe4ba322.tar.bz2
added building of the test library
Diffstat (limited to 'tests/library/testlib.c')
-rw-r--r--tests/library/testlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/library/testlib.c b/tests/library/testlib.c
index ee97b87..f8e457a 100644
--- a/tests/library/testlib.c
+++ b/tests/library/testlib.c
@@ -1,3 +1,5 @@
+int multiply_by_two( int a );
+
int multiply_by_two( int a ) {
return a * 2;
}