mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
valgrind --leak-check=full --error-exitcode=1 lib/cunit/cu_tester
|