Mercurial
comparison markdown_converter/tests/BUILD @ 221:ce7f4400c2de hg-web
[hg-web] Harden forge and add changeset UI
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 09:01:24 -0700 |
| parents | f3084bca7317 |
| children |
comparison
equal
deleted
inserted
replaced
| 219:8c9bb0b0759e | 221:ce7f4400c2de |
|---|---|
| 1 load("@rules_cc//cc:cc_test.bzl", "cc_test") | |
| 2 | |
| 3 cc_test( | |
| 4 name = "markdown_to_html_test", | |
| 5 srcs = ["markdown_to_html_test.c"], | |
| 6 deps = ["//markdown_converter:markdown_to_html_c"], | |
| 7 ) | |
| 8 | |
| 1 # load("//gui_ze:gui_ze.bzl", "bun_run", "move_files_into_dir") | 9 # load("//gui_ze:gui_ze.bzl", "bun_run", "move_files_into_dir") |
| 2 # | 10 # |
| 3 # # Test for WASM module (run with: bazel test //markdown_converter:markdown_to_html_wasm_test) | 11 # # Test for WASM module (run with: bazel test //markdown_converter:markdown_to_html_wasm_test) |
| 4 # filegroup( | 12 # filegroup( |
| 5 # name = "all_test_files", | 13 # name = "all_test_files", |