diff options
Diffstat (limited to '')
-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 | } | ||