diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-07 09:25:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-07 09:25:51 +0200 |
commit | 2c0c2d7e77773f7b252dde2818a4d59e52d0f85b (patch) | |
tree | bb1bbe5b525cdefe7f90812e4dd550807b0261fb /inst | |
parent | 184f7c41093cca0f3b429fc58e67bd33428fba31 (diff) |
Add unit tests.
Diffstat (limited to 'inst')
-rw-r--r-- | inst/unitTests/test_guix.install.R | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inst/unitTests/test_guix.install.R b/inst/unitTests/test_guix.install.R new file mode 100644 index 0000000..f762744 --- /dev/null +++ b/inst/unitTests/test_guix.install.R @@ -0,0 +1,3 @@ +test.guix.install <- function () { + checkException(guix.install("foo", guix="/doesnot/exist")) +} |