diff options
| author | Andrea Mattavelli <andreamattavelli@users.noreply.github.com> | 2017-07-20 07:32:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-20 07:32:59 +0100 |
| commit | fbbf33a251b57cf73398d06fa3533c1ed7774055 (patch) | |
| tree | c583f7f13f92f08086a7b72c78a87ea28394f07f /unittests/CMakeLists.txt | |
| parent | cc1a60141d01cf13a222db05e18f29f9bda40921 (diff) | |
| parent | 7aa7f0aaebca40288c5dee038cf7bc84bf1462a4 (diff) | |
| download | klee-fbbf33a251b57cf73398d06fa3533c1ed7774055.tar.gz | |
Merge pull request #704 from ccadar/TreeStream
Fixes bug in TreeStreamWriter::write reported by @gladtbx in #562. A…
Diffstat (limited to 'unittests/CMakeLists.txt')
| -rw-r--r-- | unittests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index a85c0a74..85b7b061 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -79,6 +79,7 @@ add_subdirectory(Assignment) add_subdirectory(Expr) add_subdirectory(Ref) add_subdirectory(Solver) +add_subdirectory(TreeStream) # Set up lit configuration set (UNIT_TEST_EXE_SUFFIX "Test") |
