about summary refs log tree commit diff
path: root/tests/aszlig/i3.nix
Commit message (Collapse)AuthorAgeFilesLines
* tests: Refactor to something similar as machines/.aszlig2015-03-181-2/+4
| | | | | | | | | Similar to callMachine, we now have callTest. The latter uses make-test.nix, so we don't need to import the file explicitly anymore and can just write our VM test by using either an attrset or a lambda function which also gets our own packages in a vuizvui namespace. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tests: Properly namespace the VM tests.aszlig2015-03-181-0/+29
We're going to write much more tests and don't want to clutter up the tests/ directory. Signed-off-by: aszlig <aszlig@redmoonstudios.org>