Skip to content

Commit

Permalink
Adding in a testing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-gould committed Sep 18, 2013
1 parent 9815cc3 commit a2909c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ add_subdirectory(service)
add_subdirectory(liburl-dispatcher)
add_subdirectory(tools)

# TODO
# enable_testing()
# add_subdirectory(tests)
enable_testing()
add_subdirectory(tests)

1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Stub

0 comments on commit a2909c6

Please sign in to comment.