]> git.proxmox.com Git - pmg-api.git/blob - src/tests/Makefile
84075c4e47b2c4d6193ad7690a514617e2256299
[pmg-api.git] / src / tests / Makefile
1 #export TESTDB = "Proxmox_testdb"
2
3 export PERLIB = ".."
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