darkhttpd/run-tests.sh

5 lines
83 B
Bash
Raw Normal View History

2006-12-13 11:14:27 +03:00
#!/bin/sh
(cc test_make_safe_uri.c -o test_make_safe_uri &&
./test_make_safe_uri)