summaryrefslogtreecommitdiffstats
path: root/test/src/test.c
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-11-25 06:55:03 +0100
committerPierre Schmitz <pierre@archlinux.de>2010-11-25 06:55:03 +0100
commit5f72b8029c07f3357014d8716f18f21ce649c98a (patch)
treed2d8cd279515d3f1900ddd196f4cbcc710a66adc /test/src/test.c
parentec20965dbd3180a92d2daa69a075284688b1be04 (diff)
downloaddbscripts-5f72b8029c07f3357014d8716f18f21ce649c98a.tar.gz
dbscripts-5f72b8029c07f3357014d8716f18f21ce649c98a.tar.xz
Provide more real test packages
* Use devtools instead of plain makepkg * This is a preparation for some more advanced test cases.
Diffstat (limited to 'test/src/test.c')
-rw-r--r--test/src/test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/src/test.c b/test/src/test.c
new file mode 100644
index 0000000..a661689
--- /dev/null
+++ b/test/src/test.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+int main(void) {
+ printf("Arch is the best!\n");
+ return EXIT_SUCCESS;
+}