]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - apps/rpp-test-suite/can.c
Add Makefiles for rpp-test-suite
[pes-rpp/rpp-lib.git] / apps / rpp-test-suite / can.c
diff --git a/apps/rpp-test-suite/can.c b/apps/rpp-test-suite/can.c
new file mode 100644 (file)
index 0000000..a7d650c
--- /dev/null
@@ -0,0 +1,33 @@
+/* Copyright (C) 2013 Czech Technical University in Prague
+ *
+ * Authors:
+ *     - Carlos Jenkins <carlos@jenkins.co.cr>
+ *
+ * This document contains proprietary information belonging to Czech
+ * Technical University in Prague. Passing on and copying of this
+ * document, and communication of its contents is not permitted
+ * without prior written authorization.
+ *
+ * File : can.c
+ * Abstract:
+ *     RPP test suite - module for testing CAN.
+ *
+ * References:
+ *     test.h
+ */
+
+
+#include "rpp/rpp.h"
+#include "test.h"
+
+
+/**
+ * CAN Test entry point.
+ */
+void test_can()
+{
+       rpp_sci_printf((const char *)
+                                  "CAN test is unimplemented. Press any key to continue...\r\n"
+                                  );
+       wait_for_quit();
+}