aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/88 extract all/one.c
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2015-07-21 21:47:04 +0300
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2015-07-21 21:47:04 +0300
commit5c38a0006812ce80a05f050251855a2ac380bbc8 (patch)
treeb5a516ace99d56b4b8a58d6eaf65590b6bc744d1 /test cases/common/88 extract all/one.c
parent1910b1eb4807650357ed2bb4690dca5158c65033 (diff)
parent0e508bf81829ef29f0161836f643bf2edf495ced (diff)
downloadmeson-5c38a0006812ce80a05f050251855a2ac380bbc8.zip
meson-5c38a0006812ce80a05f050251855a2ac380bbc8.tar.gz
meson-5c38a0006812ce80a05f050251855a2ac380bbc8.tar.bz2
Merge pull request #206 from mesonbuild/extractall
Added a extract_all_objects method to make recombining targets easier…
Diffstat (limited to 'test cases/common/88 extract all/one.c')
-rw-r--r--test cases/common/88 extract all/one.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/88 extract all/one.c b/test cases/common/88 extract all/one.c
new file mode 100644
index 0000000..cfb0157
--- /dev/null
+++ b/test cases/common/88 extract all/one.c
@@ -0,0 +1,5 @@
+#include"extractor.h"
+
+int func1() {
+ return 1;
+}