1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 01:13:30 +00:00
2012-09-13 15:01:01 -05:00

10 lines
86 B
Makefile
Executable File

all: run_tests
run_tests:
perl ./do_tests
.PHONY: clean
clean:
rm -f test*.out