diff options
author | tasn <tasn> | 2012-07-10 14:02:08 +0000 |
---|---|---|
committer | tasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-07-10 14:02:08 +0000 |
commit | df5cded284b32ffdec9bc3df10f7011e8e047d92 (patch) | |
tree | fb8f3edff9240da71e64353b86889df47e0e412d /CMakeLists.txt | |
parent | 5adb5bd5c894e95d8fc35a0868671fdac713f998 (diff) | |
download | eobj-df5cded284b32ffdec9bc3df10f7011e8e047d92.tar.gz eobj-df5cded284b32ffdec9bc3df10f7011e8e047d92.tar.bz2 eobj-df5cded284b32ffdec9bc3df10f7011e8e047d92.zip |
Eo: Properly handle tests and their deps in the build system.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73533 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c91b1bc..a466c64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,19 +39,9 @@ configure_file ( include(EFLCheck) add_subdirectory(src/lib) -add_subdirectory(src/examples/evas) -add_subdirectory(src/examples/simple) -add_subdirectory(src/examples/eo_isa) -add_subdirectory(src/tests/mixin) -add_subdirectory(src/tests/signals) -add_subdirectory(src/tests/access) -add_subdirectory(src/tests/constructors) -add_subdirectory(src/tests/function_overrides) -add_subdirectory(src/tests/composite_objects) -add_subdirectory(src/tests/interface) - -add_subdirectory(src/tests/eo_suite EXCLUDE_FROM_ALL) +add_subdirectory(src/tests EXCLUDE_FROM_ALL) +add_subdirectory(src/examples) add_subdirectory(doc) |