comparison 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
comparison
equal deleted inserted replaced
215:5bb5712d400f 218:9324b9e0e7b7
1 #include <iostream>
2
3 #include <DynLib.h>
4
5 int main(void)
6 {
7 return 0;
8 }