Renamed FsStore test to FileStoreIO.
This commit is contained in:
+1
-1
@@ -25,4 +25,4 @@ add_subdirectory(src)
|
|||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
add_test("Format" test/Format)
|
add_test("Format" test/Format)
|
||||||
add_test("FsStore" test/FsStore)
|
add_test("FileStoreIO" test/FileStoreIO)
|
||||||
|
|||||||
+3
-3
@@ -6,9 +6,9 @@ add_executable(
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
FsStore
|
FileStoreIO
|
||||||
fsstore.cpp
|
filestoreio.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(Format WFS)
|
target_link_libraries(Format WFS)
|
||||||
target_link_libraries(FsStore WFS)
|
target_link_libraries(FileStoreIO WFS)
|
||||||
|
|||||||
Reference in New Issue
Block a user