1860.2.11
by Stewart Smith
add small noinst program to generate a dot graph of the Storage Engine API states from the transition multimap |
1 |
if BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN |
2 |
noinst_PROGRAMS+= \ |
|
1860.2.14
by Stewart Smith
in Storage Engine API Tester: add cursor_states_to_dot utility |
3 |
plugin/storage_engine_api_tester/engine_states_to_dot \ |
4 |
plugin/storage_engine_api_tester/cursor_states_to_dot |
|
1860.2.11
by Stewart Smith
add small noinst program to generate a dot graph of the Storage Engine API states from the transition multimap |
5 |
endif
|
6 |
||
7 |
plugin_storage_engine_api_tester_engine_states_to_dot_SOURCES= plugin/storage_engine_api_tester/engine_states.cc plugin/storage_engine_api_tester/engine_states_to_dot.cc |
|
1860.2.14
by Stewart Smith
in Storage Engine API Tester: add cursor_states_to_dot utility |
8 |
|
9 |
plugin_storage_engine_api_tester_cursor_states_to_dot_SOURCES= plugin/storage_engine_api_tester/cursor_states.cc plugin/storage_engine_api_tester/cursor_states_to_dot.cc |