~measurement-factory/squid/collapsed-fwd

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Alex Rousskov
  • Date: 2013-12-19 23:13:24 UTC
  • Revision ID: rousskov@measurement-factory.com-20131219231324-0jkck0dc3cmuijxy
Made "make check" happier by syncing test case with Store API changes
and making StoreEntry::hashDelete() more forgiving.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1420
1420
        client_side_request.cc \
1421
1421
        ClientInfo.h \
1422
1422
        clientStream.cc \
 
1423
        tests/stub_CollapsedForwarding.cc \
1423
1424
        ConfigOption.cc \
1424
1425
        ConfigParser.cc \
1425
1426
        CpuAffinityMap.cc \
1630
1631
        cbdata.cc \
1631
1632
        client_db.h \
1632
1633
        ClientInfo.h \
 
1634
        tests/stub_CollapsedForwarding.cc \
1633
1635
        ConfigOption.cc \
1634
1636
        ConfigParser.cc \
1635
1637
        $(DELAY_POOL_SOURCE) \
1710
1712
        StrList.h \
1711
1713
        StrList.cc \
1712
1714
        tests/stub_SwapDir.cc \
 
1715
        Transients.cc \
1713
1716
        log/access_log.h \
1714
1717
        tests/stub_access_log.cc \
1715
1718
        tests/stub_acl.cc \
1828
1831
        client_side_request.cc \
1829
1832
        ClientInfo.h \
1830
1833
        clientStream.cc \
 
1834
        tests/stub_CollapsedForwarding.cc \
1831
1835
        ConfigOption.cc \
1832
1836
        ConfigParser.cc \
1833
1837
        CpuAffinityMap.cc \
2075
2079
        client_side_request.cc \
2076
2080
        ClientInfo.h \
2077
2081
        clientStream.cc \
 
2082
        tests/stub_CollapsedForwarding.cc \
2078
2083
        ConfigOption.cc \
2079
2084
        ConfigParser.cc \
2080
2085
        CpuAffinityMap.cc \
2321
2326
        client_side_request.cc \
2322
2327
        ClientInfo.h \
2323
2328
        clientStream.cc \
 
2329
        tests/stub_CollapsedForwarding.cc \
2324
2330
        ConfigOption.cc \
2325
2331
        ConfigParser.cc \
2326
2332
        CpuAffinityMap.cc \
2470
2476
        StrList.h \
2471
2477
        StrList.cc \
2472
2478
        tests/stub_SwapDir.cc \
 
2479
        Transients.cc \
2473
2480
        tests/test_http_range.cc \
2474
2481
        tests/stub_external_acl.cc \
2475
2482
        tests/stub_ipc_Forwarder.cc \
2541
2548
        HttpParser.h \
2542
2549
        MemBuf.cc \
2543
2550
        MemBuf.h \
 
2551
        tests/stub_MemObject.cc \
2544
2552
        Mem.h \
2545
2553
        tests/stub_mem.cc \
2546
2554
        String.cc \
2547
2555
        cache_cf.h \
2548
2556
        YesNoNone.h \
 
2557
        $(SBUF_SOURCE) \
 
2558
        tests/stub_SBufDetailedStats.cc \
2549
2559
        tests/stub_cache_cf.cc \
2550
2560
        tests/stub_cache_manager.cc \
 
2561
        tests/stub_comm.cc \
 
2562
        tests/stub_cbdata.cc \
2551
2563
        tests/stub_debug.cc \
2552
2564
        tests/stub_event.cc \
2553
2565
        tests/stub_HelperChildConfig.cc \
 
2566
        tests/stub_stmem.cc \
2554
2567
        tests/stub_store.cc \
 
2568
        tests/stub_store_stats.cc \
2555
2569
        tools.h \
2556
2570
        tests/stub_tools.cc \
2557
2571
        tests/testHttpParser.cc \
2623
2637
        client_side_request.cc \
2624
2638
        ClientInfo.h \
2625
2639
        clientStream.cc \
 
2640
        tests/stub_CollapsedForwarding.cc \
2626
2641
        ConfigOption.cc \
2627
2642
        ConfigParser.cc \
2628
2643
        CpuAffinityMap.cc \
2824
2839
        tests/stub_CacheDigest.cc \
2825
2840
        cbdata.cc \
2826
2841
        ClientInfo.h \
 
2842
        tests/stub_CollapsedForwarding.cc \
2827
2843
        ConfigOption.cc \
2828
2844
        ConfigParser.cc \
2829
2845
        $(DELAY_POOL_SOURCE) \
2933
2949
        tests/stub_store_rebuild.cc \
2934
2950
        tests/stub_store_swapout.cc \
2935
2951
        tools.h \
 
2952
        Transients.cc \
2936
2953
        tests/stub_tools.cc \
2937
2954
        tests/stub_UdsOp.cc \
2938
2955
        tests/testMain.cc \
3049
3066
        tests/testUfs.h \
3050
3067
        tests/stub_cache_manager.cc \
3051
3068
        tests/stub_client_db.cc \
 
3069
        tests/stub_CollapsedForwarding.cc \
3052
3070
        tests/stub_HelperChildConfig.cc \
3053
3071
        tests/stub_icp.cc \
3054
3072
        tests/stub_ipc.cc \
3085
3103
        RequestFlags.cc \
3086
3104
        SquidList.h \
3087
3105
        SquidList.cc \
 
3106
        Transients.cc \
3088
3107
        MasterXaction.cc \
3089
3108
        MasterXaction.h \
3090
3109
        MemObject.cc \
3422
3441
        client_side_request.cc \
3423
3442
        ClientInfo.h \
3424
3443
        clientStream.cc \
 
3444
        tests/stub_CollapsedForwarding.cc \
3425
3445
        ConfigOption.cc \
3426
3446
        ConfigParser.cc \
3427
3447
        CpuAffinityMap.cc \