Sparse Virtual File System  0.4.0
A Sparse Virtual File System.
test_cpp_svfs.h
Go to the documentation of this file.
1 
32 #ifndef CPPSVF_TEST_CPP_SVFS_H
33 #define CPPSVF_TEST_CPP_SVFS_H
34 
35 #include "test.h"
36 
37 namespace SVFS {
38  namespace Test {
39 
40  TestCount test_cpp_svfs_all(t_test_results &results);
41  } // namespace Test
42 } // namespace SVFS
43 
44 #endif //CPPSVF_TEST_CPP_SVFS_H
std::vector< TestResult > t_test_results
Definition: test.h:128
TestCount test_cpp_svfs_all(t_test_results &results)
The namespace for all svfsc code.
Definition: svf.cpp:41