aboutsummaryrefslogtreecommitdiffstats
path: root/make/app_targets.mk
diff options
context:
space:
mode:
authorKjell Winblad <[email protected]>2019-06-26 08:31:19 +0200
committerKjell Winblad <[email protected]>2019-06-26 08:31:19 +0200
commit14944c65bada76cf246f885f7a146c7fd54cb3df (patch)
treeda9368f155f49924d15db82506bfe0d9c8b26ffa /make/app_targets.mk
parentc59148c2995d5ac63094ab2e39682f47671ee37e (diff)
parent2f246b551cca5ca7ca9187282e42650976a65cbb (diff)
downloadotp-14944c65bada76cf246f885f7a146c7fd54cb3df.tar.gz
otp-14944c65bada76cf246f885f7a146c7fd54cb3df.tar.bz2
otp-14944c65bada76cf246f885f7a146c7fd54cb3df.zip
Merge branch 'kjell/make_test/OTP-15812'
Diffstat (limited to 'make/app_targets.mk')
-rw-r--r--make/app_targets.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/make/app_targets.mk b/make/app_targets.mk
new file mode 100644
index 0000000000..3f28a529d4
--- /dev/null
+++ b/make/app_targets.mk
@@ -0,0 +1,25 @@
+#
+# %CopyrightBegin%
+#
+# Copyright Ericsson AB 1997-2019. All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# %CopyrightEnd%
+#
+
+
+.PHONY: test
+
+test:
+ $(ERL_TOP)/make/test_target_script.sh $(ERL_TOP)