mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
10 lines
86 B
Makefile
10 lines
86 B
Makefile
|
all: run_tests
|
||
|
|
||
|
run_tests:
|
||
|
perl ./do_tests
|
||
|
|
||
|
.PHONY: clean
|
||
|
|
||
|
clean:
|
||
|
rm -f test*.out
|