diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-09-07 21:12:24 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-09-26 08:47:42 +0800 |
commit | f86a571edb9627c126b9ccd7da68bd7d1657b8f8 (patch) | |
tree | c9efa657972ff0c806c3cdaac9e5c09438ea08f9 /src/Makefile.test.include | |
parent | a554cc901a32f41162089d6b20ad39d5aeff0583 (diff) |
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 269a6ff805..a82af8f15c 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 \ |