// find ./3rd-party/mCRL2/examples/ -name *.mcf -exec sh -c 'echo "#[test_case(include_str!(\"../../.{}\") ; \"$(basename "{}")\")]"' \;
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/mpsu/mpsu.mcrl2") ; "mpsu.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/abp_bw/abp_bw.mcrl2") ; "abp_bw.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/food_distribution/food_package.mcrl2") ; "food_package.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/onebit/onebit.mcrl2") ; "onebit.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Dijkstra/Dijkstra_spec.mcrl2") ; "Dijkstra_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Dekker/Dekker_spec.mcrl2") ; "Dekker_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Lamport_3bit_incorrect_z/Lamport_3bit_incorrect_z_spec.mcrl2") ; "Lamport_3bit_incorrect_z_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Attiya-Welch/Attiya-Welch_spec.mcrl2") ; "Attiya-Welch_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Knuth/Knuth_spec.mcrl2") ; "Knuth_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Szymanski_3bitlw_sem/Szymanski_3bitlw_sem_spec.mcrl2") ; "Szymanski_3bitlw_sem_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Szymanski_flag_with_bits/Szymanski_flag_with_bits_spec.mcrl2") ; "Szymanski_flag_with_bits_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Aravind_BLRU/Aravind_BLRU_spec.mcrl2") ; "Aravind_BLRU_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Szymanski_3bit_linear_wait/Szymanski_3bit_linear_wait_spec.mcrl2") ; "Szymanski_3bit_linear_wait_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Register_model/Register_model_spec.mcrl2") ; "Register_model_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Peterson/Peterson_spec.mcrl2") ; "Peterson_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Szymanski_flag/Szymanski_flag_spec.mcrl2") ; "Szymanski_flag_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Attiya-Welch_alternate/Attiya-Welch_alternate_spec.mcrl2") ; "Attiya-Welch_alternate_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Szymanski_fwb_pe/Szymanski_fwb_pe_spec.mcrl2") ; "Szymanski_fwb_pe_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/non-atomic_registers/Lamport_3bit/Lamport_3bit_spec.mcrl2") ; "Lamport_3bit_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/swp/swp_lists.mcrl2") ; "swp_lists.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/swp/swp_func.mcrl2") ; "swp_func.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/swp/swp_fgpbp.mcrl2") ; "swp_fgpbp.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/swp/swp_with_tanenbaums_bug.mcrl2") ; "swp_with_tanenbaums_bug.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/scheduler/scheduler.mcrl2") ; "scheduler.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/tree/tree.mcrl2") ; "tree.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/bakery/bakery.mcrl2") ; "bakery.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/commprot/commprot.mcrl2") ; "commprot.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/trains/trains.mcrl2") ; "trains.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/mutex_models/Mutex-naive/Mutex-naive_spec.mcrl2") ; "Mutex-naive_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/mutex_models/Petersons/Petersons_spec.mcrl2") ; "Petersons_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/mutex_models/Improved-mutex-naive/Improved-mutex-naive_spec.mcrl2") ; "Improved-mutex-naive_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/mutex_models/Petersons-3/Petersons-3_spec.mcrl2") ; "Petersons-3_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/leader/dolev_klawe_rodeh.mcrl2") ; "dolev_klawe_rodeh.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/leader/leader.mcrl2") ; "leader.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/parallel/parallel.mcrl2") ; "parallel.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/par/par.mcrl2") ; "par.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/bke/bke.mcrl2") ; "bke.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/parallel_proc_with_global_var/parallel_counting.mcrl2") ; "parallel_counting.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/allow/allow.mcrl2") ; "allow.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/block/block.mcrl2") ; "block.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/goback/goback.mcrl2") ; "goback.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/cabp/cabp.mcrl2") ; "cabp.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/hopcroft/hopcroft.mcrl2") ; "hopcroft.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/peterson_justness/mutex.mcrl2") ; "mutex.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining_10.mcrl2") ; "dining_10.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3_ns_seq.mcrl2") ; "dining3_ns_seq.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3_cs.mcrl2") ; "dining3_cs.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3_seq.mcrl2") ; "dining3_seq.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3_schedule.mcrl2") ; "dining3_schedule.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3.mcrl2") ; "dining3.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3_ns.mcrl2") ; "dining3_ns.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining8.mcrl2") ; "dining8.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3_cs_seq.mcrl2") ; "dining3_cs_seq.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/dining/dining3_schedule_seq.mcrl2") ; "dining3_schedule_seq.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/cellular_automata/cellular_automata.mcrl2") ; "cellular_automata.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula6/mp_fts_prop6.mcrl2") ; "mp_fts_prop6.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula8/mp_fts_prop8.mcrl2") ; "mp_fts_prop8.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula11/mp_fts_prop11.mcrl2") ; "mp_fts_prop11.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula10/mp_fts_prop10.mcrl2") ; "mp_fts_prop10.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula3/mp_fts_prop3.mcrl2") ; "mp_fts_prop3.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula5/mp_fts_prop5.mcrl2") ; "mp_fts_prop5.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula9/mp_fts_prop9.mcrl2") ; "mp_fts_prop9.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula4/mp_fts_prop4.mcrl2") ; "mp_fts_prop4.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula12/mp_fts_prop12.mcrl2") ; "mp_fts_prop12.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula2/mp_fts_prop2.mcrl2") ; "mp_fts_prop2.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula1/mp_fts_prop1.mcrl2") ; "mp_fts_prop1.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/family_based_experiments/formula7/mp_fts_prop7.mcrl2") ; "mp_fts_prop7.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/minepump_product_line/minepump_fts.mcrl2") ; "minepump_fts.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/bounded_ricart-agrawala/RA_original/RA_original_spec.mcrl2") ; "RA_original_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/bounded_ricart-agrawala/RA_fixed+broadcast/RA_fixed+broadcast_spec.mcrl2") ; "RA_fixed+broadcast_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/bounded_ricart-agrawala/RA_fixed+reduced/RA_fixed+reduced_spec.mcrl2") ; "RA_fixed+reduced_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/bounded_ricart-agrawala/RA_fixed/RA_fixed_spec.mcrl2") ; "RA_fixed_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/producer_consumer/producer_consumer.mcrl2") ; "producer_consumer.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/academic/abp/abp.mcrl2") ; "abp.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/ieee-11073/11073.mcrl2") ; "11073.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/garage/garage-r1.mcrl2") ; "garage-r1.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/garage/garage-r2-error.mcrl2") ; "garage-r2-error.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/garage/garage-ver.mcrl2") ; "garage-ver.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/garage/garage-r3.mcrl2") ; "garage-r3.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/garage/garage.mcrl2") ; "garage.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/garage/garage-r2.mcrl2") ; "garage-r2.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/chatbox/chatbox.mcrl2") ; "chatbox.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/1394/1394-fin.mcrl2") ; "1394-fin.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/lift/lift3-final.mcrl2") ; "lift3-final.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/lift/lift3-init.mcrl2") ; "lift3-init.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/ERTMS/version1A/section_II/IU/ertms-hl3.announce.mcrl2") ; "ertms-hl3.announce.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/ERTMS/version1A/section_II/IU/ertms-hl3.mcrl2") ; "ertms-hl3.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/brp/brp.mcrl2") ; "brp.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/DIRAC/WMS.mcrl2") ; "WMS.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/DIRAC/SMS.mcrl2") ; "SMS.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/flexray/3_Ideal_trace.expanded.mcrl2") ; "3_Ideal_trace.expanded.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/flexray/3_Mute_follower.expanded.mcrl2") ; "3_Mute_follower.expanded.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/flexray/3_Mute_leader.expanded.mcrl2") ; "3_Mute_leader.expanded.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/flexray/3_Regular.expanded.mcrl2") ; "3_Regular.expanded.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/flexray/Big_Deaf_follower.expanded.mcrl2") ; "Big_Deaf_follower.expanded.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/industrial/alma/alma.mcrl2") ; "alma.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/coins_simulate_dice/dice.mcrl2") ; "dice.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/self_stabilisation/self_stabilisation.mcrl2") ; "self_stabilisation.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/shared_coin_protocol/shared_coin_protocol.mcrl2") ; "shared_coin_protocol.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/game_of_goose/game_of_goose_stochastic.mcrl2") ; "game_of_goose_stochastic.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/coin_tossing/coins.mcrl2") ; "coins.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/monty_hall_tv_show/monty_hall.mcrl2") ; "monty_hall.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/airplane_ticket/airplane_ticket.mcrl2") ; "airplane_ticket.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/ant_on_grid/ant_on_grid.mcrl2") ; "ant_on_grid.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/brp/brp.mcrl2") ; "brp.mcrl2 (probabilitistic)")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/probabilistic/sultan_of_persia/sultan_of_persia.mcrl2") ; "sultan_of_persia.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/visualisation/cube/cube.mcrl2") ; "cube.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/visualisation/carpet/carpet.mcrl2") ; "carpet.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/snake/snake.mcrl2") ; "snake.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/clobber/clobber.mcrl2") ; "clobber.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/hex/hex.mcrl2") ; "hex.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/open_field_tic_tac_toe/open_field_tictactoe.mcrl2") ; "open_field_tictactoe.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/game_of_goose/game_of_goose.mcrl2") ; "game_of_goose.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/sokoban/sokoban.mcrl2") ; "sokoban.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/sudoku/sudoku.mcrl2") ; "sudoku.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/bridge_crossing/bridge_crossing.mcrl2") ; "bridge_crossing.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/tictactoe/tictactoe_fast.mcrl2") ; "tictactoe_fast.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/tictactoe/tictactoe.mcrl2") ; "tictactoe.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/magic_square/magic_square.mcrl2") ; "magic_square.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/magic_square/magic_hexagon.mcrl2") ; "magic_hexagon.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/domineering/domineering.mcrl2") ; "domineering.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/peg_solitaire/peg_solitaire.mcrl2") ; "peg_solitaire.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/quoridor/quoridor.mcrl2") ; "quoridor.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/wolf_goat_cabbage/wolf_goat_cabbage.mcrl2") ; "wolf_goat_cabbage.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/rubiks_cube/rubiks_cube.mcrl2") ; "rubiks_cube.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/othello/othello.mcrl2") ; "othello.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/rubiks_cube_small/small_cube.mcrl2") ; "small_cube.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/four_in_a_row/four_in_a_row.mcrl2") ; "four_in_a_row.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/games/knights/knights.mcrl2") ; "knights.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/lambda.mcrl2") ; "lambda.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/funccomp.mcrl2") ; "funccomp.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/tau.mcrl2") ; "tau.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/time.mcrl2") ; "time.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/small2.mcrl2") ; "small2.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/struct.mcrl2") ; "struct.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/gpa_10_3.mcrl2") ; "gpa_10_3.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/divide2_10.mcrl2") ; "divide2_10.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/delta0.mcrl2") ; "delta0.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/upcast.mcrl2") ; "upcast.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/sets_bags.mcrl2") ; "sets_bags.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/rational.mcrl2") ; "rational.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/divide2_500.mcrl2") ; "divide2_500.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/exists.mcrl2") ; "exists.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/divide2_100.mcrl2") ; "divide2_100.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/delta.mcrl2") ; "delta.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/small3.mcrl2") ; "small3.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/numbers.mcrl2") ; "numbers.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/small1.mcrl2") ; "small1.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/list.mcrl2") ; "list.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/gpa_10_1.mcrl2") ; "gpa_10_1.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/forall.mcrl2") ; "forall.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/language/gpa_10_2.mcrl2") ; "gpa_10_2.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Lamport_queue/Lamport_queue_spec.mcrl2") ; "Lamport_queue_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Petersons_mutex/Petersons_F_T/Petersons_F_T_spec.mcrl2") ; "Petersons_F_T_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Petersons_mutex/Petersons_T_T/Petersons_T_T_spec.mcrl2") ; "Petersons_T_T_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Petersons_mutex/Petersons_F_F/Petersons_F_F_spec.mcrl2") ; "Petersons_F_F_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Knuths_dancing_links/Dancing_links/Dancing_links_spec.mcrl2") ; "Dancing_links_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Knuths_dancing_links/Dancing_links_no_stack/Dancing_links_no_stack_spec.mcrl2") ; "Dancing_links_no_stack_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Knuths_dancing_links/Dancing_links_remove_0/Dancing_links_remove_0_spec.mcrl2") ; "Dancing_links_remove_0_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Treiber_stack/Treiber_DCAS/Treiber_DCAS_spec.mcrl2") ; "Treiber_DCAS_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Treiber_stack/Treiber_CAS/Treiber_CAS_spec.mcrl2") ; "Treiber_CAS_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/software_models/Treiber_stack/Treiber_no_CAS/Treiber_no_CAS_spec.mcrl2") ; "Treiber_no_CAS_spec.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/timed/light/light.mcrl2") ; "light.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/timed/ball_game/ball_game.mcrl2") ; "ball_game.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/timed/fischer/fischer.mcrl2") ; "fischer.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/timed/clock/clock_drift.mcrl2") ; "clock_drift.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/timed/clock/clock_hasty.mcrl2") ; "clock_hasty.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/timed/clock/clock_exact.mcrl2") ; "clock_exact.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/examples/timed/simple/simple.mcrl2") ; "simple.mcrl2")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/infinitely_often_enabled_then_infinitely_often_taken.mcf") ; "infinitely_often_enabled_then_infinitely_often_taken.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/infinitely_often_lost.mcf") ; "infinitely_often_lost.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/infinitely_often_receive_d1.mcf") ; "infinitely_often_receive_d1.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/infinitely_often_receive_for_all_d.mcf") ; "infinitely_often_receive_for_all_d.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/nodeadlock.mcf") ; "nodeadlock.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/no_duplication_of_messages.mcf") ; "no_duplication_of_messages.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/no_generation_of_messages.mcf") ; "no_generation_of_messages.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/read_then_eventually_send.mcf") ; "read_then_eventually_send.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/abp/read_then_eventually_send_if_fair.mcf") ; "read_then_eventually_send_if_fair.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bakery/always_can_get_number.mcf") ; "always_can_get_number.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bakery/get_at_least_number_circulating.mcf") ; "get_at_least_number_circulating.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bakery/request_can_eventually_enter.mcf") ; "request_can_eventually_enter.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bakery/request_must_eventually_enter.mcf") ; "request_must_eventually_enter.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bke/secret_not_leaked.mcf") ; "secret_not_leaked.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bounded_ricart-agrawala/RA_fixed/properties/deadlock freedom.mcf") ; "deadlock freedom.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bounded_ricart-agrawala/RA_fixed/properties/no deadlock in model.mcf") ; "no deadlock in model.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/bounded_ricart-agrawala/RA_fixed/properties/starvation freedom.mcf") ; "starvation freedom.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/dining/nostarvation.mcf") ; "nostarvation.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/dining/nostuffing.mcf") ; "nostuffing.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/food_distribution/sustained_delivery.mcf") ; "sustained_delivery.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/leader/at_most_one_leader.mcf") ; "at_most_one_leader.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/leader/leader_always_elected.mcf") ; "leader_always_elected.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula1/prop1.mcf") ; "prop1.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula10/prop10.mcf") ; "prop10.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula11/prop11.mcf") ; "prop11.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula12/prop12.mcf") ; "prop12.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula2/prop2.mcf") ; "prop2.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula3/prop3.mcf") ; "prop3.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula4/prop4.mcf") ; "prop4.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula5/prop5.mcf") ; "prop5.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula6/prop6.mcf") ; "prop6.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula7/prop7.mcf") ; "prop7.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula8/prop8.mcf") ; "prop8.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/minepump_product_line/family_based_experiments/formula9/prop9.mcf") ; "prop9.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mpsu/mpsu1.mcf") ; "mpsu1.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mpsu/mpsu2.mcf") ; "mpsu2.mcf")]
//#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mpsu/mpsu3.mcf") ; "mpsu3.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mpsu/mpsu4.mcf") ; "mpsu4.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mpsu/mpsu5.mcf") ; "mpsu5.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mpsu/mpsu6.mcf") ; "mpsu6.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mutex_models/Dekker/properties/Always eventually request.mcf") ; "Always eventually request.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mutex_models/Dekker/properties/Eventual access if fair.mcf") ; "Eventual access if fair.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mutex_models/Dekker/properties/Eventual access.mcf") ; "Eventual access.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/mutex_models/Dekker/properties/Mutual exclusion.mcf") ; "Mutual exclusion.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/parallel_proc_with_global_var/parallel_counting.mcf") ; "parallel_counting.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/peterson_justness/justlive.mcf") ; "justlive.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/scheduler/infinitely_often_enabled_then_infinitely_often_taken_a.mcf") ; "infinitely_often_enabled_then_infinitely_often_taken_a.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/academic/trains/infinitely_often_enabled_then_infinitely_often_taken_enter.mcf") ; "infinitely_often_enabled_then_infinitely_often_taken_enter.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/domineering/eventually_player1_or_player2_wins.mcf") ; "eventually_player1_or_player2_wins.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/domineering/player1_can_win.mcf") ; "player1_can_win.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/domineering/player2_can_win.mcf") ; "player2_can_win.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/four_in_a_row/red_wins.mcf") ; "red_wins.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/open_field_tic_tac_toe/red_has_a_winning_strategy.mcf") ; "red_has_a_winning_strategy.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/open_field_tic_tac_toe/yellow_has_a_winning_strategy.mcf") ; "yellow_has_a_winning_strategy.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/othello/exists_draw.mcf") ; "exists_draw.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/othello/red_can_win.mcf") ; "red_can_win.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/othello/red_wins_always.mcf") ; "red_wins_always.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/othello/white_can_win.mcf") ; "white_can_win.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/othello/white_wins_always.mcf") ; "white_wins_always.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule1.mcf") ; "rule1.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule11.mcf") ; "rule11.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule12.mcf") ; "rule12.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule14.mcf") ; "rule14.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule15.mcf") ; "rule15.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule3.mcf") ; "rule3.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule4.mcf") ; "rule4.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule5.mcf") ; "rule5.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule6a.mcf") ; "rule6a.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule6b.mcf") ; "rule6b.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/rule789.mcf") ; "rule789.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/winning_strategy_player_1.mcf") ; "winning_strategy_player_1.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/quoridor/properties/winning_strategy_player_2.mcf") ; "winning_strategy_player_2.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/snake/black_has_winning_strategy.mcf") ; "black_has_winning_strategy.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/snake/eventually_white_or_black_wins.mcf") ; "eventually_white_or_black_wins.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/snake/white_has_winning_strategy.mcf") ; "white_has_winning_strategy.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/tictactoe/has_player_cross_a_winning_strategy.mcf") ; "has_player_cross_a_winning_strategy.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/games/tictactoe/one_wrong_move.mcf") ; "one_wrong_move.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/DIRAC/properties_SMS/eventuallyDeleted.mcf") ; "eventuallyDeleted.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/DIRAC/properties_SMS/noTransitFromDeleted.mcf") ; "noTransitFromDeleted.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/DIRAC/properties_WMS/jobFailedToDone.mcf") ; "jobFailedToDone.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/DIRAC/properties_WMS/noZombieJobs.mcf") ; "noZombieJobs.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ERTMS/version1A/section_I/IU/deterministic_stabilisation.mcf") ; "deterministic_stabilisation.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ERTMS/version1A/section_I/IU/no_collision.mcf") ; "no_collision.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ERTMS/version1A/section_I/IU/strong_determinacy.mcf") ; "strong_determinacy.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ERTMS/version1A/section_I/IU/termination.mcf") ; "termination.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/flexray/mucalc/eventually_comm.mcf") ; "eventually_comm.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/flexray/mucalc/eventually_startup.mcf") ; "eventually_startup.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ieee-11073/data_can_be_communicated.mcf") ; "data_can_be_communicated.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ieee-11073/infinite_data_communication_is_possible.mcf") ; "infinite_data_communication_is_possible.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ieee-11073/no_inconsistent_operating_states.mcf") ; "no_inconsistent_operating_states.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/industrial/ieee-11073/no_successful_transmission_in_inconsistent_operating_states.mcf") ; "no_successful_transmission_in_inconsistent_operating_states.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/probabilistic/coin_tossing/formula1.mcf") ; "formula1.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/probabilistic/coin_tossing/formula2.mcf") ; "formula2.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/probabilistic/sultan_of_persia/best_spouse.mcf") ; "best_spouse.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Knuths_dancing_links/Dancing_links/properties/Correctness.mcf") ; "Correctness.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Head get set value.mcf") ; "Head get set value.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Head not set out of bounds.mcf") ; "Head not set out of bounds.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/No out of bounds read.mcf") ; "No out of bounds read.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/No out of bounds write.mcf") ; "No out of bounds write.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Pop always terminates.mcf") ; "Pop always terminates.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Pop can terminate.mcf") ; "Pop can terminate.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Push always terminates.mcf") ; "Push always terminates.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Push can terminate.mcf") ; "Push can terminate.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Queue behaviour.mcf") ; "Queue behaviour.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Tail get set value.mcf") ; "Tail get set value.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Tail not read out of bounds.mcf") ; "Tail not read out of bounds.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Lamport_queue/properties/Tail not set out of bounds.mcf") ; "Tail not set out of bounds.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Petersons_mutex/Petersons_F_F/properties/Bounded overtaking.mcf") ; "Bounded overtaking.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Treiber_stack/Treiber_CAS/properties/Correct release implies correct retrieve.mcf") ; "Correct release implies correct retrieve.mcf")]
#[test_case(include_str!("../../../3rd-party/mCRL2/./examples/software_models/Treiber_stack/Treiber_CAS/properties/Inevitably retrieve when stacksize is 2.mcf") ; "Inevitably retrieve when stacksize is 2.mcf")]
#[test_case(include_str!("../../../examples/REC/mcrl2/binarysearch.dataspec") ; "binarysearch")]
#[test_case(include_str!("../../../examples/REC/mcrl2/bubblesort10.dataspec") ; "bubblesort10")]
#[test_case(include_str!("../../../examples/REC/mcrl2/garbagecollection.dataspec") ; "garbagecollection")]
#[test_case(include_str!("../../../examples/REC/mcrl2/missionaries2.dataspec") ; "missionaries2")]