Skip to content

Commit

Permalink
catchorg#926 Remove Conan test_package from root dir
Browse files Browse the repository at this point in the history
- Test package can moved to insternal conan dir
- Fix sources required for Catch2 build

Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Nov 16, 2018
1 parent 33f5aac commit 7a6b239
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class CatchConan(ConanFile):
url = "https://github.com/catchorg/Catch2"
license = "BSL-1.0"
exports = "LICENSE.txt"
exports_sources = ("single_include/*", "CMakeLists.txt", "CMake/*", "contrib/*")
generators = "cmake"
exports_sources = "single_include/*", "CMakeLists.txt", "CMake/catch2.pc.in"

def package(self):
cmake = CMake(self)
Expand Down
7 changes: 0 additions & 7 deletions test_package/CMakeLists.txt

This file was deleted.

21 changes: 0 additions & 21 deletions test_package/MainTest.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions test_package/conanfile.py

This file was deleted.

0 comments on commit 7a6b239

Please sign in to comment.