Rob Bocchino d1c922d14d Revise cpp-check scripts
Conform to changes in F Prime
2024-10-10 19:41:48 -07:00

7 lines
82 B
Bash
Executable File

#!/bin/sh -e
cd `dirname $0`
../fprime/generate_cpp
(cd check-cpp-dir; ./check)