Renamed FsStore test to FileStoreIO.
This commit is contained in:
+1
-1
@@ -25,4 +25,4 @@ add_subdirectory(src)
|
||||
add_subdirectory(test)
|
||||
|
||||
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(
|
||||
FsStore
|
||||
fsstore.cpp
|
||||
FileStoreIO
|
||||
filestoreio.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(Format WFS)
|
||||
target_link_libraries(FsStore WFS)
|
||||
target_link_libraries(FileStoreIO WFS)
|
||||
|
||||
Reference in New Issue
Block a user