]> git.proxmox.com Git - pmg-api.git/blame - tests/Makefile
add expected output for regression test
[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
DM
10 ./print_testdb.pl > testdb.txt.new
11 diff testdb.txt testdb.txt.new
891e1a24 12
891e1a24
DM
13# test_config.pl \
14# test_mimetype.pl \
15# test_greylist.pl \
16# test_proxy.pl \
17# test_unpack.pl
18
19
65e6de6d
DM
20clean:
21 rm -rf *~ proxytest_report.out test.cfg testdb.txt.new