]> git.proxmox.com Git - pmg-api.git/blame - tests/Makefile
node: add journal api to index too
[pmg-api.git] / tests / Makefile
CommitLineData
891e1a24
DM
1#export TESTDB = "Proxmox_testdb"
2
3export PERLIB = ".."
4
5all:
6
7check:
8 ./create_testdb.pl
656e5dba 9 ./init_testdb.pl
65e6de6d 10 ./print_testdb.pl > testdb.txt.new
9010d11c 11 diff -u testdb.txt testdb.txt.new
300bb37f 12 ./test_greylist.pl
891e1a24 13
891e1a24
DM
14# test_config.pl \
15# test_mimetype.pl \
891e1a24
DM
16# test_proxy.pl \
17# test_unpack.pl
18
19
65e6de6d
DM
20clean:
21 rm -rf *~ proxytest_report.out test.cfg testdb.txt.new