summaryrefslogtreecommitdiff
path: root/lib/odbc
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-01-21 14:02:35 +0100
committerGitHub <noreply@github.com>2022-01-21 14:02:35 +0100
commit05b42c01fed14c3e801cdf9a6f1d31d05de99fa1 (patch)
tree947d24572a5e69ea034e505d5e8da0285e417f7d /lib/odbc
parent636579277ab99d73fb13188ceb799f70eaffdbac (diff)
parentdda051ea1d6f24ae47da4f5fdcd581c4c505b262 (diff)
downloaderlang-05b42c01fed14c3e801cdf9a6f1d31d05de99fa1.tar.gz
Merge pull request #5597 from garazdawi/lukas/add-gh-actions-testing/OTP-17710
Add DEVELOPMENT.md and expand gh actions to run tests
Diffstat (limited to 'lib/odbc')
-rw-r--r--lib/odbc/src/Makefile2
-rw-r--r--lib/odbc/test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/odbc/src/Makefile b/lib/odbc/src/Makefile
index 7ca59495ed..9d709e4c50 100644
--- a/lib/odbc/src/Makefile
+++ b/lib/odbc/src/Makefile
@@ -83,7 +83,7 @@ ERL_COMPILE_FLAGS += -I$(INCLUDE) \
#debug:
# @${MAKE} TYPE=debug opt
-debug opt: $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET)
+$(TYPES): $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET)
clean:
rm -f $(TARGET_FILES)
diff --git a/lib/odbc/test/Makefile b/lib/odbc/test/Makefile
index c90f76a83d..6842e77164 100644
--- a/lib/odbc/test/Makefile
+++ b/lib/odbc/test/Makefile
@@ -76,7 +76,7 @@ ERL_COMPILE_FLAGS += $(INCLUDES) \
# Targets
# ----------------------------------------------------
-tests debug opt: $(BUILDTARGET)
+tests $(TYPES): $(BUILDTARGET)
targets: $(TARGET_FILES)