diff C++/Tests/DynLib/main.cpp @ 218:9324b9e0e7b7

DynLib: add unit tests
author David Demelier <markand@malikania.fr>
date Thu, 08 May 2014 18:57:47 +0200
parents
children 3b4ae8feca1c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C++/Tests/DynLib/main.cpp	Thu May 08 18:57:47 2014 +0200
@@ -0,0 +1,8 @@
+#include <iostream>
+
+#include <DynLib.h>
+
+int main(void)
+{
+	return 0;
+}
\ No newline at end of file