nip/tests/run_build_tests.nim

14 lines
325 B
Nim

## run_build_tests.nim
## Test runner for build system tests
import test_build_coordinator
import test_nix_adapter
import test_variant_mapper
echo ""
echo "=========================================="
echo " NIP Build System Test Suite"
echo "=========================================="
echo ""
echo "All tests completed!"