proxmox-perl-rs/pve-rs/test
Wolfgang Bumiller 13e3d8b87e pve: build test stub of Proxmox::Lib::PVE for tests
this replaces the libdirs() sub with one containing:
- ../target (for when run from build/pve-rs)
- ../../target (for when run from toplevel/pve-rs

This way we can run 'make check' both from within `pve-rs`
as well as from the package building process.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-11-15 13:42:18 +01:00
..
Makefile pve: build test stub of Proxmox::Lib::PVE for tests 2022-11-15 13:42:18 +01:00
README add basic test for resource scheduling 2022-11-11 14:19:02 +01:00
resource_scheduling.pl use Test::More for resource_scheduling tests 2022-11-15 11:10:32 +01:00

Note that these tests are not run during build currently! See the FIXME note in
resource_scheduling.pl for why.