Import("env")

env.Library(
    target='index_entry_comparison',
    source=[
        'index_entry_comparison.cpp',
        ],
    LIBDEPS=[]
    )

env.Library(
    target='bson_collection_catalog_entry',
    source=[
        'bson_collection_catalog_entry.cpp',
        ],
    LIBDEPS=[]
    )

env.Library(
    target='sorted_data_interface_test_harness',
    source=[
        'sorted_data_interface_test_harness.cpp',
        ],
    LIBDEPS=[]
    )

env.Library(
    target='record_store_test_harness',
    source=[
        'record_store_test_harness.cpp',
        ],
    LIBDEPS=[]
    )
