1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-21 15:07:33 +00:00

10 lines
86 B
Makefile
Raw Normal View History

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