Commit fb39d4b
authored
Previously, all unittest files and binary executable files (such as
observer/obclient) were put together in `build_*/bin` directory.
After the enhancement, the binary executable files and the unittest
files have been separated into the following directories respectively:
- `build_*/bin`
- `build_*/unittest`
Issue Number: close #535
### After enhancement
```
> cd build_debug
> ls bin/
clog_dump cpplings obclient oblsm_bench oblsm_cli observer
> ls unittesttest/
CMakeFiles bplus_tree_log_entry_test codec_test integer_generator_test mem_pool_test ob_lsm_test pax_storage_test thread_pool_executor_test
CTestTestfile.cmake bplus_tree_log_test common log_buffer_test mvcc_trx_log_test ob_skiplist_test persist_test
Makefile bplus_tree_test composite_tuple_test log_entry_test ob_arena_test ob_table_test pidfile_test
aggregate_hash_table_test buffer_pool_log_test disk_buffer_pool_test log_file_test ob_block_test ob_util_test record_manager_test
arithmetic_operator_test catalog_test disk_log_handler_test log_test ob_bloomfilter_test oblsm ring_buffer_test
bitmap_test chunk_test double_write_buffer_test lower_bound_test ob_compaction_test observer serializer_test
bp_manager_test cmake_install.cmake expression_test md5_test ob_lru_cache_test parser_test simple_queue_test
```
---------
Signed-off-by: Yadunand Kamath <yadunand.kamath@gmail.com>
1 parent 405f673 commit fb39d4b
File tree
4 files changed
+7
-3
lines changed- .github/workflows
- benchmark
- unittest
4 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments