From 0eb060c7b4fb3a85b14c9efca85a7a361640a95e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Jun 2014 21:44:40 +1000 Subject: Move tests into tests/ top-level dir --- tests/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/CMakeLists.txt (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 00000000000..78262f54782 --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,4 @@ + +# Python CTests +add_subdirectory(python) + -- cgit v1.2.3