comparison markdown_converter/tests/BUILD @ 231:09a96dcb2b4c hg-web

[merge] Join existing hg-web branch head
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 16:50:48 -0700
parents ce7f4400c2de
children
comparison
equal deleted inserted replaced
217:7ef4c9d2a72d 231:09a96dcb2b4c
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",