view markdown_converter/tests/BUILD @ 262:0f45474c1b1a

Add cyberpunk JRPG blog browser Show the latest posts in the JRPG preview and render the full blog archive and sanitized post details in the Inspect modal. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Thu, 06 Aug 2026 04:08:45 -0700
parents ce7f4400c2de
children
line wrap: on
line source

load("@rules_cc//cc:cc_test.bzl", "cc_test")

cc_test(
    name = "markdown_to_html_test",
    srcs = ["markdown_to_html_test.c"],
    deps = ["//markdown_converter:markdown_to_html_c"],
)

# load("//gui_ze:gui_ze.bzl", "bun_run", "move_files_into_dir")
# 
# # Test for WASM module (run with: bazel test //markdown_converter:markdown_to_html_wasm_test)
# filegroup(
#   name = "all_test_files",
#   srcs = ["//markdown_converter/wasm:markdown_to_html_wasm"],
# )
# 
# bun_run(
#   name = "markdown_to_html_wasm_test",
#   src = "test_wasm.js",
#   data = [":all_test_files"],
# )