Skip to content
Snippets Groups Projects
Verified Commit 7d27737c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Disable dynamic tests as they are not compiling

parent 59b2e329
No related branches found
No related tags found
No related merge requests found
......@@ -151,12 +151,13 @@ NAMES=\
# resource/getrusage
# time/times
#TODO: dynamic tests currently broken
BINS=$(patsubst %,bins_static/%,$(NAMES))
BINS+=$(patsubst %,bins_dynamic/%,$(NAMES))
BINS+=$(patsubst %,bins_dynamic/%,$(DYNAMIC_ONLY_NAMES))
#BINS+=$(patsubst %,bins_dynamic/%,$(NAMES))
#BINS+=$(patsubst %,bins_dynamic/%,$(DYNAMIC_ONLY_NAMES))
EXPECT_BINS=$(patsubst %,bins_static/%,$(EXPECT_NAMES))
EXPECT_BINS+=$(patsubst %,bins_dynamic/%,$(EXPECT_NAMES))
EXPECT_BINS+=$(patsubst %,bins_dynamic/%,$(DYNAMIC_ONLY_NAMES))
#EXPECT_BINS+=$(patsubst %,bins_dynamic/%,$(EXPECT_NAMES))
#EXPECT_BINS+=$(patsubst %,bins_dynamic/%,$(DYNAMIC_ONLY_NAMES))
CARGO_TEST?=cargo
TEST_RUNNER?=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment