8f01459822
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
22 lines
292 B
Makefile
22 lines
292 B
Makefile
include ../defines.mk
|
|
|
|
all:
|
|
|
|
export PERLLIB=..
|
|
|
|
check:
|
|
./balloontest.pl
|
|
./replication_test1.pl
|
|
./replication_test2.pl
|
|
./replication_test3.pl
|
|
./replication_test4.pl
|
|
./replication_test5.pl
|
|
./replication_test6.pl
|
|
|
|
.PHONY: install
|
|
install:
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -rf *~ .mocked_* *.tmp
|