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