summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 18570b83..6315c9ce 100644
--- a/Makefile
+++ b/Makefile
@@ -208,6 +208,7 @@ rust_tests-run-fail: $(call DEF_RUST_TESTS,run-fail)
output/rust/test_run-pass_hello: $(RUST_TESTS_DIR)run-pass/hello.rs output/libstd.hir $(BIN) output/liballoc_system.hir output/libpanic_abort.hir
$(DBG) $(BIN) $< -o $@.c $(PIPECMD)
+ gcc $@.c -pthread -g -o $@
TEST_ARGS_run-pass/cfgs-on-items := --cfg fooA --cfg fooB