Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBeau authored Apr 12, 2024
1 parent 50e0331 commit 1e4c281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ INSTALL(TARGETS qlibc LIBRARY DESTINATION lib)
INSTALL(TARGETS qlibcext LIBRARY DESTINATION lib)
INSTALL(TARGETS qlibc-static ARCHIVE DESTINATION lib)
INSTALL(TARGETS qlibcext-static ARCHIVE DESTINATION lib)

enable_testing()
add_test(NAME Test COMMAND make -C ${qlibc_SOURCE_DIR}/tests test)

0 comments on commit 1e4c281

Please sign in to comment.