blob: 0d5a024deb4717aec7451ef6a5738c053dace57a [file] [log] [blame]
#!/bin/sh
test_description='Test git-std-lib compilation'
. ./test-lib.sh
test_expect_success !WINDOWS 'stdlib-test compiles and runs' '
test-stdlib
'
test_done