]> git.proxmox.com Git - pmg-api.git/blob - src/tests/Makefile
79310b3e161979ca81cb4e63751dc92a50dd678d
[pmg-api.git] / src / tests / Makefile
1 #export TESTDB = "Proxmox_testdb"
2
3 export PERLLIB = ..
4
5 all:
6
7 check:
8 ./create_testdb.pl
9 ./init_testdb.pl
10 ./print_testdb.pl > testdb.txt.new
11 diff -u testdb.txt testdb.txt.new
12 ./test_greylist.pl
13
14 # test_config.pl \
15 # test_mimetype.pl \
16 # test_proxy.pl \
17 # test_unpack.pl
18
19
20 clean:
21 rm -rf *~ proxytest_report.out test.cfg testdb.txt.new