diff options
Diffstat (limited to 'test/csuite/Makefile.am')
-rw-r--r-- | test/csuite/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/csuite/Makefile.am b/test/csuite/Makefile.am index 6058a05431b..f842bc1316f 100644 --- a/test/csuite/Makefile.am +++ b/test/csuite/Makefile.am @@ -13,6 +13,12 @@ noinst_PROGRAMS += test_wt2246_col_append test_wt2535_insert_race_SOURCES = wt2535_insert_race/main.c noinst_PROGRAMS += test_wt2535_insert_race +test_wt2447_join_main_table_SOURCES = wt2447_join_main_table/main.c +noinst_PROGRAMS += test_wt2447_join_main_table + +test_wt2592_join_schema_SOURCES = wt2592_join_schema/main.c +noinst_PROGRAMS += test_wt2592_join_schema + # Run this during a "make check" smoke test. TESTS = $(noinst_PROGRAMS) LOG_COMPILER = $(TEST_WRAPPER) |