summaryrefslogtreecommitdiffstats
path: root/tests/simple.c
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 14:21:40 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 14:21:40 (GMT)
commit4f3658be12a882a0e09bba96a01010c50b20ff5c (patch)
tree6e395ffa3a34ef8da2da76e6e0896ae45970292d /tests/simple.c
parent111c97cf888df0ebf9d30125fe2456b9e638cd12 (diff)
downloadpatchelf-4f3658be12a882a0e09bba96a01010c50b20ff5c.zip
patchelf-4f3658be12a882a0e09bba96a01010c50b20ff5c.tar.gz
patchelf-4f3658be12a882a0e09bba96a01010c50b20ff5c.tar.bz2
* Added some real tests.
Diffstat (limited to 'tests/simple.c')
-rw-r--r--tests/simple.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/simple.c b/tests/simple.c
new file mode 100644
index 0000000..62e6d62
--- /dev/null
+++ b/tests/simple.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+
+char buf[16 * 1024 * 1024];
+
+int main(int argc, char * * argv)
+{
+ printf("Hello World\n");
+ return 0;
+}