Mercurial
comparison markdown_converter/tests/BUILD @ 226:3fa4bf481f42
[merge] Merge hg-web into default
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 14:42:01 -0700 |
| parents | ce7f4400c2de |
| children |
comparison
equal
deleted
inserted
replaced
| 220:eb8b4230fdb9 | 226:3fa4bf481f42 |
|---|---|
| 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", |