cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (2549B)


      1# SPDX-License-Identifier: GPL-2.0+ OR MIT
      2
      3TEST_PROGS = bridge_igmp.sh \
      4	bridge_locked_port.sh \
      5	bridge_mdb.sh \
      6	bridge_mld.sh \
      7	bridge_port_isolation.sh \
      8	bridge_sticky_fdb.sh \
      9	bridge_vlan_aware.sh \
     10	bridge_vlan_mcast.sh \
     11	bridge_vlan_unaware.sh \
     12	custom_multipath_hash.sh \
     13	dual_vxlan_bridge.sh \
     14	ethtool_extended_state.sh \
     15	ethtool.sh \
     16	gre_custom_multipath_hash.sh \
     17	gre_inner_v4_multipath.sh \
     18	gre_inner_v6_multipath.sh \
     19	gre_multipath_nh_res.sh \
     20	gre_multipath_nh.sh \
     21	gre_multipath.sh \
     22	hw_stats_l3.sh \
     23	hw_stats_l3_gre.sh \
     24	ip6_forward_instats_vrf.sh \
     25	ip6gre_custom_multipath_hash.sh \
     26	ip6gre_flat_key.sh \
     27	ip6gre_flat_keys.sh \
     28	ip6gre_flat.sh \
     29	ip6gre_hier_key.sh \
     30	ip6gre_hier_keys.sh \
     31	ip6gre_hier.sh \
     32	ip6gre_inner_v4_multipath.sh \
     33	ip6gre_inner_v6_multipath.sh \
     34	ipip_flat_gre_key.sh \
     35	ipip_flat_gre_keys.sh \
     36	ipip_flat_gre.sh \
     37	ipip_hier_gre_key.sh \
     38	ipip_hier_gre_keys.sh \
     39	ipip_hier_gre.sh \
     40	loopback.sh \
     41	mirror_gre_bound.sh \
     42	mirror_gre_bridge_1d.sh \
     43	mirror_gre_bridge_1d_vlan.sh \
     44	mirror_gre_bridge_1q_lag.sh \
     45	mirror_gre_bridge_1q.sh \
     46	mirror_gre_changes.sh \
     47	mirror_gre_flower.sh \
     48	mirror_gre_lag_lacp.sh \
     49	mirror_gre_neigh.sh \
     50	mirror_gre_nh.sh \
     51	mirror_gre.sh \
     52	mirror_gre_vlan_bridge_1q.sh \
     53	mirror_gre_vlan.sh \
     54	mirror_vlan.sh \
     55	pedit_dsfield.sh \
     56	pedit_ip.sh \
     57	pedit_l4port.sh \
     58	q_in_vni_ipv6.sh \
     59	q_in_vni.sh \
     60	router_bridge.sh \
     61	router_bridge_vlan.sh \
     62	router_broadcast.sh \
     63	router_mpath_nh_res.sh \
     64	router_mpath_nh.sh \
     65	router_multicast.sh \
     66	router_multipath.sh \
     67	router_nh.sh \
     68	router.sh \
     69	router_vid_1.sh \
     70	sch_ets.sh \
     71	sch_red.sh \
     72	sch_tbf_ets.sh \
     73	sch_tbf_prio.sh \
     74	sch_tbf_root.sh \
     75	skbedit_priority.sh \
     76	tc_actions.sh \
     77	tc_chains.sh \
     78	tc_flower_router.sh \
     79	tc_flower.sh \
     80	tc_mpls_l2vpn.sh \
     81	tc_police.sh \
     82	tc_shblocks.sh \
     83	tc_vlan_modify.sh \
     84	vxlan_asymmetric_ipv6.sh \
     85	vxlan_asymmetric.sh \
     86	vxlan_bridge_1d_ipv6.sh \
     87	vxlan_bridge_1d_port_8472_ipv6.sh \
     88	vxlan_bridge_1d_port_8472.sh \
     89	vxlan_bridge_1d.sh \
     90	vxlan_bridge_1q_ipv6.sh \
     91	vxlan_bridge_1q_port_8472_ipv6.sh \
     92	vxlan_bridge_1q_port_8472.sh \
     93	vxlan_bridge_1q.sh \
     94	vxlan_symmetric_ipv6.sh \
     95	vxlan_symmetric.sh
     96
     97TEST_PROGS_EXTENDED := devlink_lib.sh \
     98	ethtool_lib.sh \
     99	fib_offload_lib.sh \
    100	forwarding.config.sample \
    101	ip6gre_lib.sh \
    102	ipip_lib.sh \
    103	lib.sh \
    104	mirror_gre_lib.sh \
    105	mirror_gre_topo_lib.sh \
    106	mirror_lib.sh \
    107	mirror_topo_lib.sh \
    108	sch_ets_core.sh \
    109	sch_ets_tests.sh \
    110	sch_tbf_core.sh \
    111	sch_tbf_etsprio.sh \
    112	tc_common.sh
    113
    114include ../../lib.mk