From 0ec7dd5ac53b0a6955ecce65c011a5d06631bd94 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 19 Dec 2017 21:10:52 -0800 Subject: tests: Split objc and objc++ tests This allows platforms that can compile one or the other (but not both) to run the tests that they can. --- test cases/objcpp/2 objc++ args/meson.build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test cases/objcpp/2 objc++ args/meson.build (limited to 'test cases/objcpp/2 objc++ args/meson.build') diff --git a/test cases/objcpp/2 objc++ args/meson.build b/test cases/objcpp/2 objc++ args/meson.build new file mode 100644 index 000000000..e0e34b0f1 --- /dev/null +++ b/test cases/objcpp/2 objc++ args/meson.build @@ -0,0 +1,4 @@ +project('objective c++ args', 'objcpp') + +exe = executable('prog', 'prog.mm', objcpp_args : ['-DMESON_OBJCPP_TEST']) +test('objective c++ args', exe) -- cgit v1.2.3