Add CMakeLists.txt into tests
authorTomas Mlcoch <tmlcoch@redhat.com>
Tue, 17 Apr 2012 12:07:11 +0000 (14:07 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Tue, 17 Apr 2012 12:07:11 +0000 (14:07 +0200)
tests/CMakeLists.txt [new file with mode: 0644]
tests/createrepo [new symlink]

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
new file mode 100644 (file)
index 0000000..8ecf489
--- /dev/null
@@ -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 (symlink)
index 0000000..e057607
--- /dev/null
@@ -0,0 +1 @@
+../src/
\ No newline at end of file