@@ -416,3 +416,101 @@ haskell_repl(
416
416
"//tests/binary-with-lib" ,
417
417
],
418
418
)
419
+
420
+ filegroup (
421
+ name = "all_files" ,
422
+ testonly = True ,
423
+ srcs = glob (["**" ]) + [
424
+ "//tests/binary-custom-main:all_files" ,
425
+ "//tests/binary-dynamic:all_files" ,
426
+ "//tests/binary-exe-path:all_files" ,
427
+ "//tests/binary-indirect-cbits:all_files" ,
428
+ "//tests/binary-linkstatic-flag:all_files" ,
429
+ "//tests/binary-simple:all_files" ,
430
+ "//tests/binary-with-compiler-flags:all_files" ,
431
+ "//tests/binary-with-data:all_files" ,
432
+ "//tests/binary-with-import:all_files" ,
433
+ "//tests/binary-with-indirect-sysdeps:all_files" ,
434
+ "//tests/binary-with-lib:all_files" ,
435
+ "//tests/binary-with-lib-dynamic:all_files" ,
436
+ "//tests/binary-with-link-flags:all_files" ,
437
+ "//tests/binary-with-main:all_files" ,
438
+ "//tests/binary-with-plugin:all_files" ,
439
+ "//tests/binary-with-prebuilt:all_files" ,
440
+ "//tests/binary-with-sysdeps:all_files" ,
441
+ "//tests/binary-with-tool:all_files" ,
442
+ "//tests/c2hs:all_files" ,
443
+ "//tests/cabal-toolchain-flags:all_files" ,
444
+ "//tests/cc_haskell_import:all_files" ,
445
+ "//tests/c-compiles:all_files" ,
446
+ "//tests/c-compiles-still:all_files" ,
447
+ "//tests/cpp_macro_conflict:all_files" ,
448
+ "//tests/data:all_files" ,
449
+ "//tests/encoding:all_files" ,
450
+ "//tests/external-haskell-repository:all_files" ,
451
+ "//tests/extra-source-files:all_files" ,
452
+ "//tests/generated-modules:all_files" ,
453
+ "//tests/ghc:all_files" ,
454
+ "//tests/ghc-check:all_files" ,
455
+ "//tests/ghcide:all_files" ,
456
+ "//tests/hackage:all_files" ,
457
+ "//tests/haddock:all_files" ,
458
+ "//tests/haddock_protobuf:all_files" ,
459
+ "//tests/haddock-with-plugin:all_files" ,
460
+ "//tests/haskell_cabal_binary:all_files" ,
461
+ "//tests/haskell_cabal_doctest:all_files" ,
462
+ "//tests/haskell_cabal_library:all_files" ,
463
+ "//tests/haskell_cabal_library_depends_on_haskell_library:all_files" ,
464
+ "//tests/haskell_cabal_library_sublibrary_name:all_files" ,
465
+ "//tests/haskell_cabal_package:all_files" ,
466
+ "//tests/haskell_doctest:all_files" ,
467
+ "//tests/haskell_import:all_files" ,
468
+ "//tests/haskell_module:all_files" ,
469
+ "//tests/haskell_proto_library:all_files" ,
470
+ "//tests/haskell_proto_simple:all_files" ,
471
+ "//tests/haskell_test:all_files" ,
472
+ "//tests/haskell_toolchain_library:all_files" ,
473
+ "//tests/hidden-modules:all_files" ,
474
+ "//tests/hie-bios:all_files" ,
475
+ "//tests/hs-boot:all_files" ,
476
+ "//tests/hsc:all_files" ,
477
+ "//tests/indirect-link:all_files" ,
478
+ "//tests/java_classpath:all_files" ,
479
+ "//tests/lhs:all_files" ,
480
+ "//tests/library-deps:all_files" ,
481
+ "//tests/library-empty:all_files" ,
482
+ "//tests/library-exports:all_files" ,
483
+ "//tests/library-linkstatic-flag:all_files" ,
484
+ "//tests/library-with-cbits:all_files" ,
485
+ "//tests/library-with-includes:all_files" ,
486
+ "//tests/library-with-static-cc-dep:all_files" ,
487
+ "//tests/library-with-sysdeps:all_files" ,
488
+ "//tests/library-with-sysincludes:all_files" ,
489
+ "//tests/multi_repl:all_files" ,
490
+ "//tests/package_configuration:all_files" ,
491
+ "//tests/package-id-clash:all_files" ,
492
+ "//tests/package-id-clash-binary:all_files" ,
493
+ "//tests/package-name:all_files" ,
494
+ "//tests/package-reexport:all_files" ,
495
+ "//tests/plugin-install-order:all_files" ,
496
+ "//tests/repl-flags:all_files" ,
497
+ "//tests/repl-make-variables:all_files" ,
498
+ "//tests/repl-multiple-definition:all_files" ,
499
+ "//tests/repl-name-conflicts:all_files" ,
500
+ "//tests/repl-targets:all_files" ,
501
+ "//tests/runfiles:all_files" ,
502
+ "//tests/sandwich:all_files" ,
503
+ "//tests/shellcheck:all_files" ,
504
+ "//tests/solib_dir:all_files" ,
505
+ "//tests/stackage_zlib_runpath:all_files" ,
506
+ "//tests/stack-snapshot-deps:all_files" ,
507
+ "//tests/target-name:all_files" ,
508
+ "//tests/template-haskell-with-cbits:all_files" ,
509
+ "//tests/textual-hdrs:all_files" ,
510
+ "//tests/two-libs:all_files" ,
511
+ "//tests/two-same-file:all_files" ,
512
+ "//tests/unit-tests:all_files" ,
513
+ "//tests/version-macros:all_files" ,
514
+ ],
515
+ visibility = ["//visibility:public" ],
516
+ )
0 commit comments