Files
kiss-vscode/kiss/build-scripts/cs/test-cs.sh

2 lines
65 B
Bash

#! /bin/bash
./bin/cs/test/bin/TestMain || echo "C# tests failed"