diff options
| author | Chun Kuan Lee <[email protected]> | 2018-09-07 21:12:24 +0800 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-09-26 08:47:42 +0800 |
| commit | f86a571edb9627c126b9ccd7da68bd7d1657b8f8 (patch) | |
| tree | c9efa657972ff0c806c3cdaac9e5c09438ea08f9 /src/Makefile.test.include | |
| parent | Move boost/std fstream to fsbridge (diff) | |
| download | discoin-f86a571edb9627c126b9ccd7da68bd7d1657b8f8.tar.xz discoin-f86a571edb9627c126b9ccd7da68bd7d1657b8f8.zip | |
tests: Add test case for std::ios_base::ate
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 269a6ff80..a82af8f15 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -51,6 +51,7 @@ BITCOIN_TESTS =\ test/cuckoocache_tests.cpp \ test/denialofservice_tests.cpp \ test/descriptor_tests.cpp \ + test/fs_tests.cpp \ test/getarg_tests.cpp \ test/hash_tests.cpp \ test/key_io_tests.cpp \ |