aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/c_module-1.0-1.rockspec
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-06-18 18:57:47 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-21 23:33:00 -0300
commitbdfe731a601f3d12ffafbf504c9b06d70d5aa819 (patch)
treeb6b94d398ba01fb9345d05b55c0bf2a93801cb2a /spec/fixtures/c_module-1.0-1.rockspec
parent48ae1d2e7705af6a7527ca61710fe18ccdb7d0b9 (diff)
downloadluarocks-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.rockspec11
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 @@
1package = "c_module"
2version = "1.0-1"
3source = {
4 url = "http://example.com/c_module"
5}
6build = {
7 type = "builtin",
8 modules = {
9 c_module = { "c_module.c" }
10 }
11}