From c7218b6954279d09a330d64e2cd7d5a599c06047 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Tue, 17 Apr 2012 14:07:11 +0200 Subject: [PATCH] Add CMakeLists.txt into tests --- tests/CMakeLists.txt | 2 ++ tests/createrepo | 1 + 2 files changed, 3 insertions(+) create mode 100644 tests/CMakeLists.txt create mode 120000 tests/createrepo diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 0000000..8ecf489 --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,2 @@ +ADD_EXECUTABLE(testcompression_wrapper testcompression_wrapper.c) +TARGET_LINK_LIBRARIES(testcompression_wrapper libcreaterepo_c ${GLIB2_LIBRARIES}) diff --git a/tests/createrepo b/tests/createrepo new file mode 120000 index 0000000..e057607 --- /dev/null +++ b/tests/createrepo @@ -0,0 +1 @@ +../src/ \ No newline at end of file -- 2.7.4