Print version information at end

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-21 22:55:02 +01:00
parent 6ecdbc5cf7
commit eccf82ff56

View file

@ -9,10 +9,14 @@ git submodule update
cmake -DCMAKE_BUILD_TYPE=debug .
make -j2
make install
timew --version
pushd test || exit
make
./run_all -v
grep 'not ok' all.log
./problems
echo "timew $( timew --version )"
python --version
python3 --version
cmake --version
clang --version