From df90ed95f154046518bf7aae7f88715f25a312db Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 26 Jun 2013 12:09:00 +0000 Subject: libgd 2.1.0 git-svn-id: svn://tug.org/texlive/trunk@30952 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/gd/libgd-2.1.0/tests/gdtiled/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Build/source/libs/gd/libgd-2.1.0/tests/gdtiled/CMakeLists.txt (limited to 'Build/source/libs/gd/libgd-2.1.0/tests/gdtiled/CMakeLists.txt') diff --git a/Build/source/libs/gd/libgd-2.1.0/tests/gdtiled/CMakeLists.txt b/Build/source/libs/gd/libgd-2.1.0/tests/gdtiled/CMakeLists.txt new file mode 100644 index 00000000000..90e15da34ea --- /dev/null +++ b/Build/source/libs/gd/libgd-2.1.0/tests/gdtiled/CMakeLists.txt @@ -0,0 +1,10 @@ +SET(TESTS_FILES + bug00032 +) + +FOREACH(test_name ${TESTS_FILES}) + add_executable(${test_name} "${test_name}.c") + target_link_libraries (${test_name} gdTest) + get_target_property(test_path ${test_name} LOCATION) + ADD_TEST(${test_name} ${test_path}) +ENDFOREACH(test_name) -- cgit v1.2.3