Added tests that the interface compiles
This commit is contained in:
parent
c346098a8e
commit
58c2f64fb0
@ -1,3 +1,3 @@
|
||||
add_library(fspp_fuse Fuse.cpp)
|
||||
|
||||
target_link_libraries(fspp_fuse fuse fspp_impl)
|
||||
target_link_libraries(fspp_fuse fuse fspp_impl boost_filesystem boost_system)
|
||||
|
@ -1 +1,3 @@
|
||||
add_library(fspp_impl FilesystemImpl.cpp FuseOpenFileList.cpp IdList.cpp FuseErrnoException.cpp)
|
||||
|
||||
target_link_libraries(fspp_impl boost_filesystem boost_system)
|
||||
|
4
src/test/fspp/fs_interface/DeviceTest.cpp
Normal file
4
src/test/fspp/fs_interface/DeviceTest.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
/*
|
||||
* Tests that the header can be included without needing additional header includes as dependencies.
|
||||
*/
|
||||
#include "fspp/fs_interface/Device.h"
|
4
src/test/fspp/fs_interface/DirTest.cpp
Normal file
4
src/test/fspp/fs_interface/DirTest.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
/*
|
||||
* Tests that the header can be included without needing additional header includes as dependencies.
|
||||
*/
|
||||
#include "fspp/fs_interface/Dir.h"
|
4
src/test/fspp/fs_interface/FileTest.cpp
Normal file
4
src/test/fspp/fs_interface/FileTest.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
/*
|
||||
* Tests that the header can be included without needing additional header includes as dependencies.
|
||||
*/
|
||||
#include "fspp/fs_interface/File.h"
|
4
src/test/fspp/fs_interface/NodeTest.cpp
Normal file
4
src/test/fspp/fs_interface/NodeTest.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
/*
|
||||
* Tests that the header can be included without needing additional header includes as dependencies.
|
||||
*/
|
||||
#include "fspp/fs_interface/Node.h"
|
4
src/test/fspp/fs_interface/OpenFileTest.cpp
Normal file
4
src/test/fspp/fs_interface/OpenFileTest.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
/*
|
||||
* Tests that the header can be included without needing additional header includes as dependencies.
|
||||
*/
|
||||
#include "fspp/fs_interface/OpenFile.h"
|
Loading…
Reference in New Issue
Block a user