tests: Added config.h to tests.

This commit is contained in:
Savio Sena 2014-07-11 20:19:01 -03:00 committed by Felipe Magno de Almeida
parent 7e1f131286
commit 34c3d4ded7
20 changed files with 80 additions and 3 deletions

View File

@ -1,6 +1,10 @@
//Compile with:
//gcc -g eina_list_01.c -o eina_list_01 `pkg-config --cflags --libs eina`
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <Eina.hh>

View File

@ -1,6 +1,10 @@
//Compile with:
//gcc -g eina_list_01.c -o eina_list_01 `pkg-config --cflags --libs eina`
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <Eina.hh>
@ -13,7 +17,6 @@ namespace eina = efl::eina;
void thread1(eina::mutex&)
{
}
int main()
@ -27,6 +30,6 @@ int main()
eina::unique_lock<eina::mutex> l(m);
eina::thread thread1(&::thread1, eina::ref(m));
thread1.join();
}

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Ecore.hh"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Ecore.hh"
#include "Eina.hh"

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eet.hh"
#include <Eina.h>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eet.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <cassert>
@ -71,7 +75,7 @@ eina_build_suite(int argc, const char **argv)
Suite *s;
int i;
s = suite_create("Eina");
s = suite_create("Eina C++");
for (i = 0; etc[i].test_case; ++i)
{

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <check.h>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <algorithm>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eina.hh"
#include <check.h>

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Eina.h>
#include "Eldbus.hh"

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eldbus.hh"
#include "Ecore.hh"

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "Eldbus.hh"
#include "Ecore.hh"