diff options
| author | George Roman <george.roman.99@gmail.com> | 2018-06-18 18:57:47 +0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-21 23:33:00 -0300 |
| commit | bdfe731a601f3d12ffafbf504c9b06d70d5aa819 (patch) | |
| tree | b6b94d398ba01fb9345d05b55c0bf2a93801cb2a /spec/fixtures/c_module-1.0-1.rockspec | |
| parent | 48ae1d2e7705af6a7527ca61710fe18ccdb7d0b9 (diff) | |
| download | luarocks-bdfe731a601f3d12ffafbf504c9b06d70d5aa819.tar.gz luarocks-bdfe731a601f3d12ffafbf504c9b06d70d5aa819.tar.bz2 luarocks-bdfe731a601f3d12ffafbf504c9b06d70d5aa819.zip | |
Tests: replace small fixture files with inline content
Diffstat (limited to 'spec/fixtures/c_module-1.0-1.rockspec')
| -rw-r--r-- | spec/fixtures/c_module-1.0-1.rockspec | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/fixtures/c_module-1.0-1.rockspec b/spec/fixtures/c_module-1.0-1.rockspec deleted file mode 100644 index 2913ecf6..00000000 --- a/spec/fixtures/c_module-1.0-1.rockspec +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | package = "c_module" | ||
| 2 | version = "1.0-1" | ||
| 3 | source = { | ||
| 4 | url = "http://example.com/c_module" | ||
| 5 | } | ||
| 6 | build = { | ||
| 7 | type = "builtin", | ||
| 8 | modules = { | ||
| 9 | c_module = { "c_module.c" } | ||
| 10 | } | ||
| 11 | } | ||
