Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
53
Star
62
Fork
31
genome
/
bam-readcount
Code
Issues
17
Pull requests
0
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
enable unit tests
Loading branch information
...
1 parent
5e45a56
commit
d6ff3ddf77c0b94539525f9f50819d00a123f9eb
ernfrid
committed
Dec 18, 2015
Unified
Split
Showing
1 changed file
with
1 addition
and
0 deletions
.
+1
−0
CMakeLists.txt
Show comments
View
1
CMakeLists.txt
@@ -51,6 +51,7 @@ set(TEST_DATA_DIRECTORY ${CMAKE_SOURCE_DIR}/test-data)
set
(EXECUTABLE_OUTPUT_PATH
${PROJECT_BINARY_DIR}
/test-bin)
enable_testing
(true)
+add_projects(test/lib)
#
integration testing
add_subdirectory
(integration-test)
Toggle all file notes
0 comments on commit
d6ff3dd
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
d6ff3dd