From ba90c7c942f39b83986e4ed899def33ce79e2f1d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 25 Nov 2013 21:13:53 +0100 Subject: Some tests are added --- apps/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 2f882a3..b3ce318 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -6,3 +6,8 @@ link_directories(${UFODECODE_LIBRARY_DIRS}) add_executable(xilinx xilinx.c) target_link_libraries(xilinx pcilib rt) + +add_executable(pio_test pio_test.c) +target_link_libraries(pio_test pcilib rt) + +add_executable(compare_to_value compare_to_value.c) -- cgit v1.2.3