vgzzq 1.0.6

modernised rewrite of edef's valgrind_request library for making Valgrind client requests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: bzip2-1.0.6
// © 2025 TK Chia
//
// 2025-01-03 v1.0.6     - initial version

use ::cc;

fn
main ()
{
  println! ("cargo:rerun-if-changed=tests/helper.c");
  let mut builder = cc::Build::new ();
  builder.file ("tests/helper.c").compile ("libvgzzq-helper.a");
}

// vi: set ts=8 enc=utf-8 noai noet: