diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-20 18:49:35 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-20 18:49:35 +0200 |
commit | f76cb71688d20e593eab4a29077105ab82b230e6 (patch) | |
tree | 8ebddc0f65d4e97fcc61650e453dab1e77322098 /test/CMakeLists.txt | |
parent | e53e77bf050067a44055892ae6b3afb1652c51ef (diff) | |
download | bemenu-f76cb71688d20e593eab4a29077105ab82b230e6.tar.gz bemenu-f76cb71688d20e593eab4a29077105ab82b230e6.tar.bz2 bemenu-f76cb71688d20e593eab4a29077105ab82b230e6.zip |
Remove the useless test, need actual tests.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 556df6a..b8be78f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,4 @@ SET(TESTS - "bm_menu_new" ) INCLUDE_DIRECTORIES("${CMAKE_CURRENT_SOURCE_DIR}/../lib") |