From: Anders Roxell <anders.roxell@linaro.org>
To: ltp-list@lists.sourceforge.net
Cc: patches@linaro.org
Subject: [LTP] [PATCH 4/6] realtime tests: created Makefiles for profiles/scripts
Date: Mon, 5 Aug 2013 21:02:57 +0200 [thread overview]
Message-ID: <1375729379-16469-5-git-send-email-anders.roxell@linaro.org> (raw)
In-Reply-To: <1375729379-16469-1-git-send-email-anders.roxell@linaro.org>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
testcases/realtime/profiles/Makefile | 26 ++++++++++++++++++++++++++
testcases/realtime/scripts/Makefile | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
create mode 100644 testcases/realtime/profiles/Makefile
create mode 100644 testcases/realtime/scripts/Makefile
diff --git a/testcases/realtime/profiles/Makefile b/testcases/realtime/profiles/Makefile
new file mode 100644
index 0000000..c231f31
--- /dev/null
+++ b/testcases/realtime/profiles/Makefile
@@ -0,0 +1,26 @@
+#
+# realtime/profiles test suite Makefile.
+#
+# Copyright 2013 Linaro Limited
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+
+top_srcdir ?= ../../..
+
+include $(top_srcdir)/include/mk/env_pre.mk
+include $(abs_srcdir)/../config.mk
+INSTALL_TARGETS := default
+include $(top_srcdir)/include/mk/generic_leaf_target.mk
diff --git a/testcases/realtime/scripts/Makefile b/testcases/realtime/scripts/Makefile
new file mode 100644
index 0000000..28bf88e
--- /dev/null
+++ b/testcases/realtime/scripts/Makefile
@@ -0,0 +1,26 @@
+#
+# realtime/scripts test suite Makefile.
+#
+# Copyright 2013 Linaro Limited
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+
+top_srcdir ?= ../../..
+
+include $(top_srcdir)/include/mk/env_pre.mk
+include $(abs_srcdir)/../config.mk
+INSTALL_TARGETS := run_c_files.sh setenv.sh __init__.py parser.py
+include $(top_srcdir)/include/mk/generic_leaf_target.mk
--
1.7.10.4
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2013-08-05 19:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-05 19:02 [LTP] [PATCHv2 0/6] update make install when enable realtime test suite Anders Roxell
2013-08-05 19:02 ` [LTP] [PATCH 1/6] realtime/(func|perf)/: rename run.sh to run_auto.sh Anders Roxell
2013-08-05 19:02 ` [LTP] [PATCH 2/6] added run_auto.sh to install targets for realtime tests Anders Roxell
2013-08-05 19:02 ` [LTP] [PATCH 3/6] realtime tests: added additional install targets Anders Roxell
2013-08-05 19:02 ` Anders Roxell [this message]
2013-08-05 19:02 ` [LTP] [PATCH 5/6] realtime: only build tests if needed Anders Roxell
2013-08-05 19:02 ` [LTP] [PATCH 6/6] Remove reference to "java", missed in commit 78596957 Anders Roxell
2013-08-06 1:11 ` [LTP] [PATCHv2 0/6] update make install when enable realtime test suite Wanlong Gao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1375729379-16469-5-git-send-email-anders.roxell@linaro.org \
--to=anders.roxell@linaro.org \
--cc=ltp-list@lists.sourceforge.net \
--cc=patches@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox