add readme
This commit is contained in:
parent
ed89f64e46
commit
75f6cd9a90
2 changed files with 5 additions and 1 deletions
|
|
@ -27,5 +27,6 @@ target_link_libraries(TestConsistency ${PROJECT_NAME} UnitTest++)
|
|||
|
||||
file(COPY "test/consistency" DESTINATION "${CMAKE_BINARY_DIR}/")
|
||||
|
||||
add_test(NAME UnitTests COMMAND valgrind ./TestFSE)
|
||||
#add_test(NAME UnitTests COMMAND valgrind ./TestFSE)
|
||||
add_test(NAME UnitTests COMMAND ./TestFSE)
|
||||
add_test(NAME TestConsistency COMMAND ./consistency/check)
|
||||
|
|
|
|||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
git clone https://github.com/elushaX/FSE.git <br>
|
||||
cd FSE <br>
|
||||
git submodule update --init --recursive <br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue