summaryrefslogtreecommitdiff
path: root/test cases/csharp/4 pkgconfig/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/csharp/4 pkgconfig/meson.build')
-rw-r--r--test cases/csharp/4 pkgconfig/meson.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/test cases/csharp/4 pkgconfig/meson.build b/test cases/csharp/4 pkgconfig/meson.build
deleted file mode 100644
index e2ba03578..000000000
--- a/test cases/csharp/4 pkgconfig/meson.build
+++ /dev/null
@@ -1,7 +0,0 @@
-project('C# pkg-config', 'cs')
-
-nunit_dep = dependency('nunit')
-nunit_runner = find_program('nunit-console')
-
-test_lib = library('test_lib', 'test-lib.cs', dependencies: nunit_dep)
-test('nunit test', nunit_runner, args: test_lib)