[libc-commits] [libc] [libc] created integration tests for newhdrgen (PR #97361)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jul 2 10:36:06 PDT 2024


================
@@ -0,0 +1,53 @@
+import subprocess
+import unittest
+from pathlib import Path
+
+
+class TestHeaderGenIntegration(unittest.TestCase):
+    def setUp(self):
+        self.output_dir = Path("tests/output")
----------------
michaelrj-google wrote:

the output dir needs to be possible to set from an environment variable or command line argument if we want to use this with bazel.

https://github.com/llvm/llvm-project/pull/97361


More information about the libc-commits mailing list