CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
made some Makefile's test improvements
authorJose V Beneyto <sepen@crux.nu>
Sat, 6 Mar 2010 10:08:57 +0000 (11:08 +0100)
committerJose V Beneyto <sepen@crux.nu>
Sat, 6 Mar 2010 10:08:57 +0000 (11:08 +0100)
work/test.c [new file with mode: 0644]

diff --git a/work/test.c b/work/test.c
new file mode 100644 (file)
index 0000000..8e343df
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * test.c
+ */
+
+#include <stdio.h>
+
+int main(int argc, char ** argv) {
+  printf("CRUX ARM Toolchain Test\n");
+  return 0;
+}
+
+/* End of file */