forked from Mirrors/freeswitch
10 lines
86 B
Makefile
Executable File
10 lines
86 B
Makefile
Executable File
all: run_tests
|
|
|
|
run_tests:
|
|
perl ./do_tests
|
|
|
|
.PHONY: clean
|
|
|
|
clean:
|
|
rm -f test*.out
|