Skip to content

Commit

Permalink
removed the rest of the test programs
Browse files Browse the repository at this point in the history
the test programs no longer apply with the transition to Qt
  • Loading branch information
thunder422 committed Nov 2, 2012
1 parent 6b4afaa commit 348339c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 495 deletions.
14 changes: 1 addition & 13 deletions CMakeLists.txt
Expand Up @@ -46,6 +46,7 @@
# 2012-10-29 removed stack.h (Qt stacks used) and test_stack2 program
# 2012-10-31 corrected problem when git is present but not the git repository
# 2012-11-01 removed string.h, string.cpp and test_string
# 2012-11-02 removed the rest of the test programs

cmake_minimum_required(VERSION 2.8)

Expand Down Expand Up @@ -182,16 +183,3 @@ if (GCC_VERSION VERSION_GREATER 4.4)
PROPERTIES LINK_FLAGS "-static-libgcc -static-libstdc++"
)
endif (GCC_VERSION VERSION_GREATER 4.4)

# add "make tests" target for making test programs
add_custom_target(tests
DEPENDS test_nums test_cons
)

# test program executables for tests target (not built by default)
add_executable(test_nums EXCLUDE_FROM_ALL
test/test_nums.cpp
)
add_executable(test_cons EXCLUDE_FROM_ALL
test/test_cons.cpp
)
16 changes: 0 additions & 16 deletions test/constructors.txt

This file was deleted.

28 changes: 0 additions & 28 deletions test/numbers.txt

This file was deleted.

149 changes: 0 additions & 149 deletions test/test_cons.cpp

This file was deleted.

170 changes: 0 additions & 170 deletions test/test_nums.cpp

This file was deleted.

0 comments on commit 348339c

Please sign in to comment.