summaryrefslogtreecommitdiff
path: root/test/src/test.c
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2017-04-15 14:37:49 +0200
committerPierre Schmitz <pierre@archlinux.de>2017-04-15 14:37:49 +0200
commit446edc13a9b3e354f93f05bf46be484a5d5f10e7 (patch)
tree54fb1cf6b26620cf51cabdbcb498ae60908d4731 /test/src/test.c
parent282bf65c81e278b9237b4c202d325642bc0aa1a3 (diff)
Run tests using docker
Diffstat (limited to 'test/src/test.c')
-rw-r--r--test/src/test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/src/test.c b/test/src/test.c
deleted file mode 100644
index a661689..0000000
--- a/test/src/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-
-int main(void) {
- printf("Arch is the best!\n");
- return EXIT_SUCCESS;
-}